Show / Hide Table of Contents

Class GoogleCloudAiplatformV1AudioTranscription

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.

Inheritance
object
GoogleCloudAiplatformV1AudioTranscription
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1AudioTranscription : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

SpeakerLabel

Optional. A label identifying the speaker of this audio segment (e.g. "spk_1", "spk_2"). Present when diarization is set.

Declaration
[JsonProperty("speakerLabel")]
public virtual string SpeakerLabel { get; set; }
Property Value
Type Description
string

Text

Required. The transcription text of this audio segment.

Declaration
[JsonProperty("text")]
public virtual string Text { get; set; }
Property Value
Type Description
string

Words

Optional. Detailed word-level transcriptions and timing details. Present when word_timestamp is set.

Declaration
[JsonProperty("words")]
public virtual IList<GoogleCloudAiplatformV1AudioTranscriptionWordInfo> Words { get; set; }
Property Value
Type Description
IList<GoogleCloudAiplatformV1AudioTranscriptionWordInfo>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX