Type Alias SpeechUnderstandingFeatureRequests

SpeechUnderstandingFeatureRequests: {
    custom_formatting?: CustomFormattingRequest;
    speaker_identification?: SpeakerIdentificationRequest;
    translation?: TranslationRequest;
}

Speech understanding feature requests grouped together

Type declaration