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."],[[["`BatchRecognizeResults` is a class within the Cloud Speech-to-Text v2 API, specifically designed for handling the output type of batch recognition transcripts stored in Cloud Storage."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is part of the `Google.Cloud.Speech.V2` namespace."],["The `BatchRecognizeResults` class has properties for `Metadata` of type `RecognitionResponseMetadata` and `Results` which is a sequential list of transcription results of type `RepeatedField\u003cSpeechRecognitionResult\u003e`."],["The class offers two constructors: a default constructor `BatchRecognizeResults()` and one that takes another `BatchRecognizeResults` object as an argument for creating a new instance."],["The latest version of the documentation available for `BatchRecognizeResults` is 1.4.0, with versions ranging back to 1.0.0 also available."]]],[]]