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.3.0."],["`TranscriptOutputConfig` is a class that allows users to specify a destination for speech recognition results, which includes implementation of various interfaces such as `IMessage` and `IEquatable`."],["The class supports outputting recognition results to a Cloud Storage URI, as specified by the `GcsUri` property in the format `gs://bucket_name/object_name`."],["The latest version of the API referenced in the document is version 3.8.0, while this specific page pertains to the 3.3.0 version."],["The document shows a breakdown of API versions, ranging from 2.2.0 to 3.8.0, and highlights the 3.3.0 implementation details for `TranscriptOutputConfig` such as constructors, properties, inherited members and more."]]],[]]