1 override of Clone
Microsoft.Extensions.AI.Abstractions.Tests (1)
TextToSpeech\TextToSpeechOptionsTests.cs (1)
150
public override TextToSpeechOptions
Clone
() => new OptionsA(this);
5 references to Clone
Microsoft.Extensions.AI (3)
TextToSpeech\ConfigureOptionsTextToSpeechClient.cs (2)
30
/// the caller didn't supply a <see cref="TextToSpeechOptions"/> instance, or a clone (via <see cref="TextToSpeechOptions.
Clone
"/> of the caller-supplied
59
options = options?.
Clone
() ?? new();
TextToSpeech\ConfigureOptionsTextToSpeechClientBuilderExtensions.cs (1)
25
/// <see cref="TextToSpeechOptions"/> if the caller didn't supply a <see cref="TextToSpeechOptions"/> instance, or a clone (via <see cref="TextToSpeechOptions.
Clone
"/>)
Microsoft.Extensions.AI.Abstractions.Tests (2)
TextToSpeech\TextToSpeechOptionsTests.cs (2)
25
TextToSpeechOptions clone = options.
Clone
();
68
TextToSpeechOptions clone = options.
Clone
();