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