Share via


SpeechToTextClientMetadata Class

Definition

Provides metadata about an ISpeechToTextClient.

public ref class SpeechToTextClientMetadata
[System.Diagnostics.CodeAnalysis.Experimental("MEAI001")]
public class SpeechToTextClientMetadata
public class SpeechToTextClientMetadata
[<System.Diagnostics.CodeAnalysis.Experimental("MEAI001")>]
type SpeechToTextClientMetadata = class
type SpeechToTextClientMetadata = class
Public Class SpeechToTextClientMetadata
Inheritance
SpeechToTextClientMetadata
Attributes

Constructors

SpeechToTextClientMetadata(String, Uri, String)

Initializes a new instance of the SpeechToTextClientMetadata class.

Properties

DefaultModelId

Gets the ID of the default model used by this speech to text client.

ProviderName

Gets the name of the speech to text provider.

ProviderUri

Gets the URL for accessing the speech to text provider.

Applies to