Cloud Speech-to-Text v2 API - Class InlineResult (1.0.0)

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

Reference documentation and code samples for the Cloud Speech-to-Text v2 API class InlineResult.

Final results returned inline in the recognition response.

Inheritance

object > InlineResult

Namespace

Google.Cloud.Speech.V2

Assembly

Google.Cloud.Speech.V2.dll

Constructors

InlineResult()

public InlineResult()

InlineResult(InlineResult)

public InlineResult(InlineResult other)
Parameter
NameDescription
otherInlineResult

Properties

SrtCaptions

public string SrtCaptions { get; set; }

The transcript for the audio file as SRT formatted captions. This is populated only when SRT output is requested.

Property Value
TypeDescription
string

Transcript

public BatchRecognizeResults Transcript { get; set; }

The transcript for the audio file.

Property Value
TypeDescription
BatchRecognizeResults

VttCaptions

public string VttCaptions { get; set; }

The transcript for the audio file as VTT formatted captions. This is populated only when VTT output is requested.

Property Value
TypeDescription
string