GoogleCloudAiplatformV1AudioTranscription class

The transcription of an audio part.

For multi-speaker audio, each speaker segment is a separate Part with its own AudioTranscription carrying the speaker_label.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
speakerLabel String?
A label identifying the speaker of this audio segment (e.g. spk_1, spk_2).
getter/setter pair
text String?
The transcription text of this audio segment.
getter/setter pair
words List<GoogleCloudAiplatformV1AudioTranscriptionWordInfo>?
Detailed word-level transcriptions and timing details.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited