public sealed class SynthesizeLongAudioMetadata : IMessage<SynthesizeLongAudioMetadata>, IEquatable<SynthesizeLongAudioMetadata>, IDeepCloneable<SynthesizeLongAudioMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Text-to-Speech v1beta1 API class SynthesizeLongAudioMetadata.
Metadata for response returned by the SynthesizeLongAudio method.
[[["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 `SynthesizeLongAudioMetadata` class is part of the Google Cloud Text-to-Speech v1beta1 API, specifically designed for handling metadata associated with the `SynthesizeLongAudio` method."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality comparisons, deep cloning, and buffer message operations."],["Key properties of the `SynthesizeLongAudioMetadata` class include `ProgressPercentage`, indicating the processing progress, `StartTime`, marking when the request was received, and the deprecated `LastUpdateTime` property."],["The class offers two constructors: a default constructor and another one that allows for initialization from an existing `SynthesizeLongAudioMetadata` object, enhancing flexibility."],["There are three versions of the API documented for this class, the most recent being 2.0.0-beta12."]]],[]]