/** * Identifies a specific pronunciation dictionary to use */ export interface PronunciationDictionaryLocator { /** The unique identifier of the pronunciation dictionary */ pronunciationDictionaryId: string; /** The version identifier of the pronunciation dictionary */ versionId: string; }