Module: Google::Cloud::TextToSpeech::V1::CustomVoiceParams::ReportedUsage

Defined in:
proto_docs/google/cloud/texttospeech/v1/cloud_tts.rb

Overview

The usage of the synthesized audio. You must report your honest and correct usage of the service as it's regulated by contract and will cause significant difference in billing.

Constant Summary collapse

REPORTED_USAGE_UNSPECIFIED =

Request with reported usage unspecified will be rejected.

0
REALTIME =

For scenarios where the synthesized audio is not downloadable and can only be used once. For example, real-time request in IVR system.

1
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.

2