public sealed class BatchRecognizeResults : IMessage<BatchRecognizeResults>, IEquatable<BatchRecognizeResults>, IDeepCloneable<BatchRecognizeResults>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Speech-to-Text v2 API class BatchRecognizeResults.
Output type for Cloud Storage of BatchRecognize transcripts. Though this
proto isn't returned in this API anywhere, the Cloud Storage transcripts will
be this proto serialized and should be parsed as such.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `BatchRecognizeResults` class is used for handling the output of Cloud Speech-to-Text v2 API batch recognition transcripts, specifically when stored in Cloud Storage."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling it to work within the Google Protocol Buffers framework."],["`BatchRecognizeResults` has two main properties: `Metadata`, which stores information about the recognition process, and `Results`, which holds a sequential list of transcription results."],["The `BatchRecognizeResults` class has two constructors: a parameterless constructor and one that takes another `BatchRecognizeResults` instance as its input parameter."],["The documentation for `BatchRecognizeResults` is provided for multiple versions of the package, including the latest version 1.4.0 and previous versions 1.3.0, 1.2.0, 1.1.0, and 1.0.0."]]],[]]