useConfigureOptions method
Adds a callback that configures the TextToSpeechOptions passed to each request.
Implementation
TextToSpeechClientBuilder useConfigureOptions(
void Function(TextToSpeechOptions options) configure) =>
use(
(inner) =>
ConfigureOptionsTextToSpeechClient(inner, configure: configure),
);