BodySpeechToTextV1SpeechToTextPost constructor
const
BodySpeechToTextV1SpeechToTextPost({
- required String modelId,
- dynamic file,
- dynamic languageCode,
- bool? tagAudioEvents,
- dynamic numSpeakers,
- BodySpeechToTextV1SpeechToTextPostTimestampsGranularity? timestampsGranularity,
- bool? diarize,
- List<
ExportOptions> ? additionalFormats, - BodySpeechToTextV1SpeechToTextPostFileFormat? fileFormat,
- dynamic cloudStorageUrl,
- bool? webhook,
Implementation
const BodySpeechToTextV1SpeechToTextPost({
required this.modelId,
this.file,
this.languageCode,
this.tagAudioEvents,
this.numSpeakers,
this.timestampsGranularity,
this.diarize,
this.additionalFormats,
this.fileFormat,
this.cloudStorageUrl,
this.webhook,
});