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 batch speech-to-text transcription results stored in Cloud Storage, despite not being returned directly by the API."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, equality checks, deep cloning, and buffered message operations."],["The `BatchRecognizeResults` class has a constructor that allows creating a new instance or copying an existing one."],["It has properties for `Metadata`, which holds information about the recognition process, and `Results`, which contains a sequential list of `SpeechRecognitionResult` objects."],["This class belongs to the `Google.Cloud.Speech.V2` namespace and is found within the `Google.Cloud.Speech.V2.dll` assembly, a part of the Cloud Speech-to-Text v2 API."]]],[]]