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."],[[["The latest version of the `CustomVoiceParams` class in the Google Cloud Text-to-Speech v1 API is 3.10.0, with versions down to 2.2.0 also documented."],["`CustomVoiceParams` is a class used to describe a custom voice for synthesis, implementing multiple interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class has a `Model` property which represents the required name of the AutoML model used for custom voice synthesis."],["The `CustomVoiceParams` class is found within the `Google.Cloud.TextToSpeech.V1` namespace, and the code is located in the `Google.Cloud.TextToSpeech.V1.dll` assembly."],["The class also contains a `ReportedUsage` property, which has been marked as deprecated, indicating it is no longer recommended for use."]]],[]]