reportedUsage property
- @Deprecated('Not supported. Member documentation may have more information.')
getter/setter pair
The usage of the synthesized audio to be reported.
Optional. Deprecated. Possible string values are:
- "REPORTED_USAGE_UNSPECIFIED" : Request with reported usage unspecified will be rejected.
- "REALTIME" : For scenarios where the synthesized audio is not downloadable and can only be used once. For example, real-time request in IVR system.
- "OFFLINE" : For scenarios where the synthesized audio is downloadable and can be reused. For example, the synthesized audio is downloaded, stored in customer service system and played repeatedly.
Implementation
@core.Deprecated(
'Not supported. Member documentation may have more information.',
)
core.String? reportedUsage;