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.
Implements
IMessageInlineResult, IEquatableInlineResult, IDeepCloneableInlineResult, IBufferMessage, IMessageNamespace
Google.Cloud.Speech.V2Assembly
Google.Cloud.Speech.V2.dll
Constructors
InlineResult()
public InlineResult()
InlineResult(InlineResult)
public InlineResult(InlineResult other)
Parameter | |
---|---|
Name | Description |
other |
InlineResult |
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 | |
---|---|
Type | Description |
string |
Transcript
public BatchRecognizeResults Transcript { get; set; }
The transcript for the audio file.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
string |