public sealed class CustomVoiceParams : IMessage<CustomVoiceParams>, IEquatable<CustomVoiceParams>, IDeepCloneable<CustomVoiceParams>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Text-to-Speech v1 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."],[[["This webpage provides documentation for the `CustomVoiceParams` class within the Google Cloud Text-to-Speech v1 API, specifically version 3.8.0."],["The `CustomVoiceParams` class is used to describe and configure the custom voice to be synthesized, inheriting from the `object` class and implementing various interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default constructor (`CustomVoiceParams()`) and one that takes another `CustomVoiceParams` instance as a parameter (`CustomVoiceParams(CustomVoiceParams other)`)."],["Key properties of `CustomVoiceParams` include `Model`, which is the required name of the AutoML model, `ModelAsModelName` which is the ModelName-typed view of the Model, and the deprecated `ReportedUsage` property."],["The webpage lists various documentation versions of the `CustomVoiceParams` class, from version 2.2.0 all the way up to the latest, version 3.10.0, allowing users to refer to previous builds if needed."]]],[]]