Class RecognizeResponse (2.2.0)

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

The only message returned to the client by the Recognize method. It contains the result as zero or more sequential SpeechRecognitionResult messages.

Inheritance

Object > RecognizeResponse

Namespace

Google.Cloud.Speech.V1

Assembly

Google.Cloud.Speech.V1.dll

Constructors

RecognizeResponse()

public RecognizeResponse()

RecognizeResponse(RecognizeResponse)

public RecognizeResponse(RecognizeResponse other)
Parameter
NameDescription
otherRecognizeResponse

Properties

Results

public RepeatedField<SpeechRecognitionResult> Results { get; }

Sequential list of transcription results corresponding to sequential portions of audio.

Property Value
TypeDescription
RepeatedField<SpeechRecognitionResult>