GoogleCloudAiplatformV1AudioTranscription constructor
GoogleCloudAiplatformV1AudioTranscription({
- String? speakerLabel,
- String? text,
- List<
GoogleCloudAiplatformV1AudioTranscriptionWordInfo> ? words,
Implementation
GoogleCloudAiplatformV1AudioTranscription({
this.speakerLabel,
this.text,
this.words,
});