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."],[[["This document provides reference documentation for the `CustomVoiceParams` class within the Google Cloud Text-to-Speech v1beta1 API."],["`CustomVoiceParams` is a class used to describe the parameters of a custom voice for text-to-speech synthesis."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The class contains properties such as `Model` (the AutoML model name) and `ReportedUsage` (deprecated), along with typed views like `ModelAsModelName`."],["There are multiple available versions of this class, including `2.0.0-beta12` (latest), `2.0.0-beta11`, and `1.0.0-beta04`, which are all accessible via links."]]],[]]