LoggingTextToSpeechClient constructor

LoggingTextToSpeechClient(
  1. TextToSpeechClient innerClient, {
  2. String? loggerName,
})

Creates a new LoggingTextToSpeechClient.

Implementation

LoggingTextToSpeechClient(super.innerClient, {String? loggerName})
    : _loggerName = loggerName ?? 'TextToSpeechClient';