ssml property

String? ssml
getter/setter pair

The SSML document to be synthesized.

The SSML document must be valid and well-formed. Otherwise the RPC will fail and return google.rpc.Code.INVALID_ARGUMENT. For more information, see SSML.

Implementation

core.String? ssml;