Show / Hide Table of Contents

Class GoogleCloudAiplatformV1beta1AudioTranscription

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
GoogleCloudAiplatformV1beta1AudioTranscription
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.FirebaseML.v2beta.Data
Assembly: Google.Apis.FirebaseML.v2beta.dll
Syntax
public class GoogleCloudAiplatformV1beta1AudioTranscription : 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<GoogleCloudAiplatformV1beta1AudioTranscriptionWordInfo> Words { get; set; }
Property Value
Type Description
IList<GoogleCloudAiplatformV1beta1AudioTranscriptionWordInfo>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX