GoogleCloudAiplatformV1AudioTranscription constructor

GoogleCloudAiplatformV1AudioTranscription({
  1. String? speakerLabel,
  2. String? text,
  3. List<GoogleCloudAiplatformV1AudioTranscriptionWordInfo>? words,
})

Implementation

GoogleCloudAiplatformV1AudioTranscription({
  this.speakerLabel,
  this.text,
  this.words,
});