tenor-client
    Preparing search index...

    Interface TenorCategoriesOptions

    interface TenorCategoriesOptions {
        contentFilter?: TenorContentFilter;
        country?: string;
        locale?: `${string}${string}-${string}${string}`;
        type: TenorCategoryType;
    }
    Index

    Properties

    contentFilter?: TenorContentFilter

    Optional, but strongly recommended. The content safety level.

    "low"
    
    country?: string

    Optional, but strongly recommended. Country of origin for the request. Two-letter ISO 3166-1 alpha-2 country code.

    "US"
    
    locale?: `${string}${string}-${string}${string}`

    Optional, but strongly recommended. Default language to interpret the query. First two letters should be the two-letter language code according to ISO 639 Last two letters should be the two-letter ISO 3166-1 alpha-2 country code. The country code and language code should be separated by a hyphen (-)

    "en-US"
    

    Optional, but strongly recommended. Determines the type of categories returned.

    "featured"