public sealed class BatchRecognizeResponse : IMessage<BatchRecognizeResponse>, IEquatable<BatchRecognizeResponse>, IDeepCloneable<BatchRecognizeResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Speech-to-Text v2 API class BatchRecognizeResponse.
Response message for [BatchRecognize][google.cloud.speech.v2.Speech.BatchRecognize] that is packaged into a longrunning [Operation][google.longrunning.Operation].
Implements
IMessageBatchRecognizeResponse, IEquatableBatchRecognizeResponse, IDeepCloneableBatchRecognizeResponse, IBufferMessage, IMessageNamespace
Google.Cloud.Speech.V2Assembly
Google.Cloud.Speech.V2.dll
Constructors
BatchRecognizeResponse()
public BatchRecognizeResponse()
BatchRecognizeResponse(BatchRecognizeResponse)
public BatchRecognizeResponse(BatchRecognizeResponse other)
Parameter | |
---|---|
Name | Description |
other |
BatchRecognizeResponse |
Properties
Results
public MapField<string, BatchRecognizeFileResult> Results { get; }
Map from filename to the final result for that file.
Property Value | |
---|---|
Type | Description |
MapFieldstringBatchRecognizeFileResult |
TotalBilledDuration
public Duration TotalBilledDuration { get; set; }
When available, billed audio seconds for the corresponding request.
Property Value | |
---|---|
Type | Description |
Duration |