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

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

Overview

Deprecated. The usage of the synthesized audio. Usage does not affect 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