public sealed class VoiceCloneParams : IMessage<VoiceCloneParams>, IEquatable<VoiceCloneParams>, IDeepCloneable<VoiceCloneParams>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Text-to-Speech v1beta1 API class VoiceCloneParams.
[[["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 documentation is for the `VoiceCloneParams` class within the Google Cloud Text-to-Speech v1beta1 API, specifically for version 2.0.0-beta11, with a link provided to view the latest release, 2.0.0-beta12."],["`VoiceCloneParams` is a configuration class for the Voice Clone feature and is part of the `Google.Cloud.TextToSpeech.V1Beta1` namespace, contained in the `Google.Cloud.TextToSpeech.V1Beta1.dll` assembly."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class, containing relevant members like GetHashCode, GetType, and ToString."],["`VoiceCloneParams` has two constructors: a default constructor `VoiceCloneParams()` and a copy constructor `VoiceCloneParams(VoiceCloneParams other)`."],["The class has one property: `VoiceCloningKey`, a string that's a required key generated by `GenerateVoiceCloningKey`."]]],[]]