Cloud Speech-to-Text v2 API - Class BatchRecognizeFileResult (1.0.0-beta05)

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.

Inheritance

object > BatchRecognizeFileResult

Namespace

Google.Cloud.Speech.V2

Assembly

Google.Cloud.Speech.V2.dll

Constructors

BatchRecognizeFileResult()

public BatchRecognizeFileResult()

BatchRecognizeFileResult(BatchRecognizeFileResult)

public BatchRecognizeFileResult(BatchRecognizeFileResult other)
Parameter
NameDescription
otherBatchRecognizeFileResult

Properties

Error

public Status Error { get; set; }

Error if one was encountered.

Property Value
TypeDescription
Status

Metadata

public RecognitionResponseMetadata Metadata { get; set; }
Property Value
TypeDescription
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
TypeDescription
BatchRecognizeResults

Uri

public string Uri { get; set; }

The Cloud Storage URI to which recognition results were written.

Property Value
TypeDescription
string