useOpenTelemetry method
Adds an OpenTelemetryTextToSpeechClient to the pipeline.
Implementation
TextToSpeechClientBuilder useOpenTelemetry(
{String? modelId, String? system}) =>
use((inner) => OpenTelemetryTextToSpeechClient(inner,
modelId: modelId, system: system));