TomTom Maps for JavaScript
    Preparing search index...

    Type Alias TextWithPhonetics

    Text with phonetic transcription.

    type TextWithPhonetics = {
        phonetic?: string;
        phoneticLanguageCode?: string;
        text: string;
    }
    Index

    Properties

    phonetic?: string

    The phonetic transcription of the name. Included if phonetic transcription is available for the specific name, and phonetic transcriptions have been requested by the client. Note: The phonetic transcription can contain double quote characters ("). In this case those characters are escaped with a backslash ().

    phoneticLanguageCode?: string

    Encodes the language using an IETF language tag, e.g., en-GB, en-US.

    text: string

    The name as a text string.