Type Alias SpeechUnderstandingFeatureResponses

SpeechUnderstandingFeatureResponses: {
    custom_formatting?: CustomFormattingResponse;
    speaker_identification?: SpeakerIdentificationResponse;
    translation?: TranslationResponse;
}

Speech understanding feature responses grouped together

Type declaration