public sealed class BatchRecognizeFileResult : IMessage<BatchRecognizeFileResult>, IEquatable<BatchRecognizeFileResult>, IDeepCloneable<BatchRecognizeFileResult>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Speech-to-Text v2 API class BatchRecognizeFileResult.
Final results for a single file.
Implements
IMessageBatchRecognizeFileResult, IEquatableBatchRecognizeFileResult, IDeepCloneableBatchRecognizeFileResult, IBufferMessage, IMessageNamespace
Google.Cloud.Speech.V2Assembly
Google.Cloud.Speech.V2.dll
Constructors
BatchRecognizeFileResult()
public BatchRecognizeFileResult()
BatchRecognizeFileResult(BatchRecognizeFileResult)
public BatchRecognizeFileResult(BatchRecognizeFileResult other)
Parameter | |
---|---|
Name | Description |
other | BatchRecognizeFileResult |
Properties
Error
public Status Error { get; set; }
Error if one was encountered.
Property Value | |
---|---|
Type | Description |
Status |
Metadata
public RecognitionResponseMetadata Metadata { get; set; }
Property Value | |
---|---|
Type | Description |
RecognitionResponseMetadata |
Transcript
public BatchRecognizeResults Transcript { get; set; }
The transcript for the audio file. This is populated only when [InlineOutputConfig][google.cloud.speech.v2.InlineOutputConfig] is set in the [RecognitionOutputConfig][[google.cloud.speech.v2.RecognitionOutputConfig].
Property Value | |
---|---|
Type | Description |
BatchRecognizeResults |
Uri
public string Uri { get; set; }
The Cloud Storage URI to which recognition results were written.
Property Value | |
---|---|
Type | Description |
string |