LoggingSpeechToTextClient(ISpeechToTextClient, ILogger) Constructor
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.
Initializes a new instance of the LoggingSpeechToTextClient class.
public:
LoggingSpeechToTextClient(Microsoft::Extensions::AI::ISpeechToTextClient ^ innerClient, Microsoft::Extensions::Logging::ILogger ^ logger);
public LoggingSpeechToTextClient(Microsoft.Extensions.AI.ISpeechToTextClient innerClient, Microsoft.Extensions.Logging.ILogger logger);
new Microsoft.Extensions.AI.LoggingSpeechToTextClient : Microsoft.Extensions.AI.ISpeechToTextClient * Microsoft.Extensions.Logging.ILogger -> Microsoft.Extensions.AI.LoggingSpeechToTextClient
Public Sub New (innerClient As ISpeechToTextClient, logger As ILogger)
Parameters
- innerClient
- ISpeechToTextClient
The underlying ISpeechToTextClient.