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."],[[["The latest version of the Google Cloud Speech v1 API class TranscriptOutputConfig is 3.8.0, with this page specifically documenting version 3.4.0."],["TranscriptOutputConfig is used to specify a destination for speech recognition results, and is the name of the current class being documented."],["This class implements multiple interfaces, including IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["The TranscriptOutputConfig class has two constructors: a default constructor and one that takes another TranscriptOutputConfig instance as a parameter."],["The class includes a property named GcsUri, a string that allows you to specify a Cloud Storage URI for the recognition results, which should follow the `gs://bucket_name/object_name` format."]]],[]]