public sealed class CustomVoiceParams : IMessage<CustomVoiceParams>, IEquatable<CustomVoiceParams>, IDeepCloneable<CustomVoiceParams>, IBufferMessage, IMessage
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."],[[["This document provides details for the `CustomVoiceParams` class within the `Google.Cloud.TextToSpeech.V1Beta1` namespace, specifically version 1.0.0-beta04, used for synthesizing custom voices."],["The `CustomVoiceParams` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["The class has two constructors: a default constructor, and one that accepts another `CustomVoiceParams` instance as a parameter for copying."],["Key properties of the `CustomVoiceParams` class include `Model`, which specifies the name of the AutoML model used, `ModelAsModelName`, which is a typed view of the model name and `ReportedUsage`, which indicates the intended use of the synthesized audio."],["The latest version available is 2.0.0-beta12, and version 2.0.0-beta11 is also provided alongside the current 1.0.0-beta04."]]],[]]