export interface VoiceStatisticsResponseModel { /** The voice ID. */ voiceId: string; /** The number of unconverted characters for this voice. */ charactersUnconverted: number; /** The number of converted characters for this voice. */ charactersConverted: number; }