LoggingTextToSpeechClient constructor
LoggingTextToSpeechClient(
- TextToSpeechClient innerClient, {
- String? loggerName,
Creates a new LoggingTextToSpeechClient.
Implementation
LoggingTextToSpeechClient(super.innerClient, {String? loggerName})
: _loggerName = loggerName ?? 'TextToSpeechClient';