public sealed class TranscriptOutputConfig : IMessage<TranscriptOutputConfig>, IEquatable<TranscriptOutputConfig>, IDeepCloneable<TranscriptOutputConfig>, IBufferMessage, IMessage
Specifies an optional destination for the recognition results.
Specifies a Cloud Storage URI for the recognition results. Must be
specified in the format: gs://bucket_name/object_name, and the bucket
must already exist.
[[["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 `TranscriptOutputConfig` class is used to specify an optional destination for speech recognition results within the Google Cloud Speech API."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its functionality and versatility."],["The `GcsUri` property, of type string, within `TranscriptOutputConfig`, allows for specifying a Cloud Storage URI to store the recognition results in the `gs://bucket_name/object_name` format."],["There are several available versions of this content, ranging from version 2.2.0 up to the latest version 3.8.0, each with their own unique page."]]],[]]