public sealed class RecognizeResponse : IMessage<RecognizeResponse>, IEquatable<RecognizeResponse>, IDeepCloneable<RecognizeResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Speech v1 API class RecognizeResponse.
The only message returned to the client by the Recognize
method. It
contains the result as zero or more sequential SpeechRecognitionResult
messages.
Implements
IMessageRecognizeResponse, IEquatableRecognizeResponse, IDeepCloneableRecognizeResponse, IBufferMessage, IMessageNamespace
Google.Cloud.Speech.V1Assembly
Google.Cloud.Speech.V1.dll
Constructors
RecognizeResponse()
public RecognizeResponse()
RecognizeResponse(RecognizeResponse)
public RecognizeResponse(RecognizeResponse other)
Parameter | |
---|---|
Name | Description |
other |
RecognizeResponse |
Properties
RequestId
public long RequestId { get; set; }
The ID associated with the request. This is a unique ID specific only to the given request.
Property Value | |
---|---|
Type | Description |
long |
Results
public RepeatedField<SpeechRecognitionResult> Results { get; }
Sequential list of transcription results corresponding to sequential portions of audio.
Property Value | |
---|---|
Type | Description |
RepeatedFieldSpeechRecognitionResult |
SpeechAdaptationInfo
public SpeechAdaptationInfo SpeechAdaptationInfo { get; set; }
Provides information on adaptation behavior in response
Property Value | |
---|---|
Type | Description |
SpeechAdaptationInfo |
TotalBilledTime
public Duration TotalBilledTime { get; set; }
When available, billed audio seconds for the corresponding request.
Property Value | |
---|---|
Type | Description |
Duration |