TextToSpeechOptions.Clone Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Produces a clone of the current TextToSpeechOptions instance.
public:
virtual Microsoft::Extensions::AI::TextToSpeechOptions ^ Clone();
public virtual Microsoft.Extensions.AI.TextToSpeechOptions Clone();
abstract member Clone : unit -> Microsoft.Extensions.AI.TextToSpeechOptions
override this.Clone : unit -> Microsoft.Extensions.AI.TextToSpeechOptions
Public Overridable Function Clone () As TextToSpeechOptions
Returns
A clone of the current TextToSpeechOptions instance.