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 webpage provides documentation for the `TranscriptOutputConfig` class within the Google Cloud Speech v1 API for .NET, offering a way to specify a destination for speech recognition results."],["The `TranscriptOutputConfig` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring compatibility and functionality within the .NET framework."],["The class has a constructor, `TranscriptOutputConfig()`, that can be used to create instances, and another, `TranscriptOutputConfig(TranscriptOutputConfig)`, that allows the creation of a new instance by copying an existing instance."],["The `GcsUri` property allows users to specify a Cloud Storage URI (`gs://bucket_name/object_name`) as the output destination, which must already exist, while the `HasGcsUri` indicates if this field has been set."],["The page provides a comprehensive list of versions related to this class, ranging from version 2.2.0 to 3.8.0, with version 3.8.0 being the most recent."]]],[]]