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 reference documentation for the `CustomVoiceParams` class within the Google Cloud Text-to-Speech v1 API, specifically version 3.7.0."],["The `CustomVoiceParams` class is used to describe the custom voice to be synthesized, and it implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page lists various versions of the Text-to-Speech API, from version 2.2.0 up to the latest version, 3.10.0, with links to their respective documentation."],["The `CustomVoiceParams` class includes properties like `Model` (the AutoML model name) and `ReportedUsage` (deprecated), with different attributes such as type and description for each."],["The page details the constructors for the `CustomVoiceParams` class, including a parameter to copy the attributes from another instance of the same class."]]],[]]