public sealed class AdvancedVoiceOptions : IMessage<AdvancedVoiceOptions>, IEquatable<AdvancedVoiceOptions>, IDeepCloneable<AdvancedVoiceOptions>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Text-to-Speech v1beta1 API class AdvancedVoiceOptions.
[[["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 `AdvancedVoiceOptions` class in the Google Cloud Text-to-Speech v1beta1 API is used for configuring advanced voice options in text-to-speech synthesis."],["This class is part of the `Google.Cloud.TextToSpeech.V1Beta1` namespace and is implemented in the `Google.Cloud.TextToSpeech.V1Beta1.dll` assembly."],["The `AdvancedVoiceOptions` class allows control over whether low latency is used for \"Journey\" voices through the `LowLatencyJourneySynthesis` property, which can improve the user experience."],["The class has two constructors, one default and one that accepts another `AdvancedVoiceOptions` instance for initialization, allowing easy creation and cloning of objects."],["The `HasLowLatencyJourneySynthesis` boolean property determines if the `low_latency_journey_synthesis` field has been set."]]],[]]