public sealed class TranscriptOutputConfig : IMessage<TranscriptOutputConfig>, IEquatable<TranscriptOutputConfig>, IDeepCloneable<TranscriptOutputConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Speech v1 API class TranscriptOutputConfig.
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 provides reference documentation for the `TranscriptOutputConfig` class within the Google Cloud Speech v1 API for .NET, specifically version 3.7.0."],["`TranscriptOutputConfig` is a class used to specify the destination for recognition results, inheriting from `object` and implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors: a default one (`TranscriptOutputConfig()`) and another that takes another `TranscriptOutputConfig` instance as input for copying."],["The `TranscriptOutputConfig` class contains properties like `GcsUri`, which specifies a Cloud Storage URI for storing the recognition results in a bucket that needs to already exist, `HasGcsUri`, which checks if the GcsUri has been set, and `OutputTypeCase`, which helps to verify which output type is being used."],["The current version, 3.7.0, is not the latest release; version 3.8.0 is the most up to date, and many previous versions are available, all the way back to 2.2.0."]]],[]]