public sealed class CustomVoiceParams : IMessage<CustomVoiceParams>, IEquatable<CustomVoiceParams>, IDeepCloneable<CustomVoiceParams>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Text-to-Speech v1beta1 API class CustomVoiceParams.
Description of the custom voice to be synthesized.
[[["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 `CustomVoiceParams` class in the Google Cloud Text-to-Speech v1beta1 API allows for the definition of a custom voice for synthesis, and is part of the Google.Cloud.TextToSpeech.V1Beta1 namespace."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, equality checks, deep cloning, and buffer manipulation."],["`CustomVoiceParams` has properties for `Model` (the name of the AutoML model) and `ModelAsModelName` (a typed view of the model name), and a deprecated property `ReportedUsage`."],["There are multiple versions available, with the latest being 2.0.0-beta12 and this content relating to version 2.0.0-beta11."],["The class allows the construction of custom voice parameters using its default constructor, or by passing another instance of itself, enabling the creation of copies."]]],[]]