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-04-01 UTC."],[[["This document outlines the `TranscriptOutputConfig` class, which is used to specify an optional destination for speech recognition results within the Google Cloud Speech API."],["The latest version of this class is 3.8.0, and it has been updated through multiple versions back to version 2.2.0, all listed in this document."],["The `TranscriptOutputConfig` class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes properties like `GcsUri`, which allows specifying a Cloud Storage URI for storing recognition results, and `OutputTypeCase`, which defines the output type."],["This document includes details on the public constructors `TranscriptOutputConfig()` and `TranscriptOutputConfig(TranscriptOutputConfig other)`."]]],[]]