rawRepresentationFactory property

Object? Function(TextToSpeechClient)? rawRepresentationFactory
getter/setter pair

A callback that produces the implementation-specific options object.

Return a new instance on each call — do not share instances.

Implementation

Object? Function(TextToSpeechClient)? rawRepresentationFactory;