public sealed class PrebuiltVoiceConfig : IMessage<PrebuiltVoiceConfig>, IEquatable<PrebuiltVoiceConfig>, IDeepCloneable<PrebuiltVoiceConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class PrebuiltVoiceConfig.
The configuration for the prebuilt speaker to use.
[[["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-31 UTC."],[[["The `PrebuiltVoiceConfig` class, found within the `Google.Cloud.AIPlatform.V1Beta1` namespace, provides configuration options for using prebuilt speakers in the Vertex AI v1beta1 API."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["The `PrebuiltVoiceConfig` class has two constructors: a default constructor and a copy constructor that takes another `PrebuiltVoiceConfig` instance as a parameter."],["It exposes two properties: `HasVoiceName`, a boolean indicating if the voice name is set, and `VoiceName`, a string representing the name of the preset voice to use."],["The documentation covers the two available versions for this class, `1.0.0-beta21` and `1.0.0-beta20`."]]],[]]