OpenTelemetryTextToSpeechClient constructor
OpenTelemetryTextToSpeechClient(
- TextToSpeechClient innerClient, {
- String? modelId,
- String? system,
Creates a new OpenTelemetryTextToSpeechClient.
Implementation
OpenTelemetryTextToSpeechClient(super.innerClient,
{this.modelId, this.system});