TextToSpeechClientMetadata Class
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.
Provides metadata about an ITextToSpeechClient.
public ref class TextToSpeechClientMetadata
[System.Diagnostics.CodeAnalysis.Experimental("MEAI001", UrlFormat="https://aka.ms/dotnet-extensions-warnings/{0}")]
public class TextToSpeechClientMetadata
public class TextToSpeechClientMetadata
[<System.Diagnostics.CodeAnalysis.Experimental("MEAI001", UrlFormat="https://aka.ms/dotnet-extensions-warnings/{0}")>]
type TextToSpeechClientMetadata = class
type TextToSpeechClientMetadata = class
Public Class TextToSpeechClientMetadata
- Inheritance
-
TextToSpeechClientMetadata
- Attributes
Constructors
| Name | Description |
|---|---|
| TextToSpeechClientMetadata(String, Uri, String) |
Initializes a new instance of the TextToSpeechClientMetadata class. |
Properties
| Name | Description |
|---|---|
| DefaultModelId |
Gets the ID of the default model used by this text to speech client. |
| ProviderName |
Gets the name of the text to speech provider. |
| ProviderUri |
Gets the URL for accessing the text to speech provider. |