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 of batch recognition transcripts stored in Cloud Storage."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, equality comparisons, deep cloning, and buffer operations."],["The `BatchRecognizeResults` class contains properties for `Metadata`, which provides information about the recognition process, and `Results`, which holds a sequential list of transcription outcomes."],["The `BatchRecognizeResults` can be constructed through a default constructor, or via a constructor which takes in another object of the same class type for copying."],["The latest version of `BatchRecognizeResults` is 1.4.0, with other earlier versions accessible via the links provided."]]],[]]