Google Cloud Speech v1 API - Class LongRunningRecognizeResponse (3.7.0)

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

Reference documentation and code samples for the Google Cloud Speech v1 API class LongRunningRecognizeResponse.

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

OutputConfig

public TranscriptOutputConfig OutputConfig { get; set; }

Original output config if present in the request.

Property Value
TypeDescription
TranscriptOutputConfig

OutputError

public Status OutputError { get; set; }

If the transcript output fails this field contains the relevant error.

Property Value
TypeDescription
Status

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
TypeDescription
long

Results

public RepeatedField<SpeechRecognitionResult> Results { get; }

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

Property Value
TypeDescription
RepeatedFieldSpeechRecognitionResult

SpeechAdaptationInfo

public SpeechAdaptationInfo SpeechAdaptationInfo { get; set; }

Provides information on speech adaptation behavior in response

Property Value
TypeDescription
SpeechAdaptationInfo

TotalBilledTime

public Duration TotalBilledTime { get; set; }

When available, billed audio seconds for the corresponding request.

Property Value
TypeDescription
Duration