Vertex AI v1 API - Class Transcription (3.66.0)

public sealed class Transcription : IMessage<Transcription>, IEquatable<Transcription>, IDeepCloneable<Transcription>, IBufferMessage, IMessage

Reference documentation and code samples for the Vertex AI v1 API class Transcription.

Audio transcription in Server Content.

Inheritance

object > Transcription

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

Transcription()

public Transcription()

Transcription(Transcription)

public Transcription(Transcription other)
Parameter
Name Description
other Transcription

Properties

Finished

public bool Finished { get; set; }

Optional. The bool indicates the end of the transcription.

Property Value
Type Description
bool

Text

public string Text { get; set; }

Optional. Transcription text.

Property Value
Type Description
string