Class LongRunningRecognizeResponse (2.2.0)

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

The only message returned to the client by the LongRunningRecognize method. It contains the result as zero or more sequential SpeechRecognitionResult messages. It is included in the result.response field of the Operation returned by the GetOperation call of the google::longrunning::Operations service.

Inheritance

Object > LongRunningRecognizeResponse

Namespace

Google.Cloud.Speech.V1

Assembly

Google.Cloud.Speech.V1.dll

Constructors

LongRunningRecognizeResponse()

public LongRunningRecognizeResponse()

LongRunningRecognizeResponse(LongRunningRecognizeResponse)

public LongRunningRecognizeResponse(LongRunningRecognizeResponse other)
Parameter
NameDescription
otherLongRunningRecognizeResponse

Properties

Results

public RepeatedField<SpeechRecognitionResult> Results { get; }

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

Property Value
TypeDescription
RepeatedField<SpeechRecognitionResult>