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."],[[["This document outlines the `TranscriptOutputConfig` class, which is part of the `Google.Cloud.Speech.V1` namespace, version 2.8.0, within the .NET environment."],["The `TranscriptOutputConfig` class is designed to specify an optional destination for speech recognition results, inheriting from Object and implementing several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It provides a `GcsUri` property, a string that specifies a Cloud Storage URI in the format `gs://bucket_name/object_name` for storing the recognition results."],["The class has two constructors, one default and one to create a new instance using another `TranscriptOutputConfig` object as input."],["This documentation lists various versions of the `TranscriptOutputConfig` class, from version 2.2.0 to the latest 3.8.0, allowing users to access older or newer versions if required."]]],[]]