Skip to main content
All docs
V26.1
  • AILanguageInfo Type

    Specifies a language.

    Declaration

    export type AILanguageInfo = {
        id: string;
        text: string;
    }

    Members

    Name Type Description
    id string

    The language identifier.

    text string

    The language display text.

    See Also