OpenTelemetryTextToSpeechClient constructor

OpenTelemetryTextToSpeechClient(
  1. TextToSpeechClient innerClient, {
  2. String? modelId,
  3. String? system,
})

Implementation

OpenTelemetryTextToSpeechClient(super.innerClient,
    {this.modelId, this.system});