DelegatingSpeechToTextClient.InnerClient Property
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.
Gets the inner ISpeechToTextClient.
protected:
property Microsoft::Extensions::AI::ISpeechToTextClient ^ InnerClient { Microsoft::Extensions::AI::ISpeechToTextClient ^ get(); };
protected Microsoft.Extensions.AI.ISpeechToTextClient InnerClient { get; }
member this.InnerClient : Microsoft.Extensions.AI.ISpeechToTextClient
Protected ReadOnly Property InnerClient As ISpeechToTextClient