Interface VoiceRegion

interface VoiceRegion {
    custom: boolean;
    deprecated: boolean;
    id: string;
    name: string;
    optimal: boolean;
}

Properties

custom: boolean
deprecated: boolean
id: string
name: string
optimal: boolean