Class: Google::Cloud::TextToSpeech::V1beta1::AdvancedVoiceOptions::SafetySettings
- Inherits:
-
Object
- Object
- Google::Cloud::TextToSpeech::V1beta1::AdvancedVoiceOptions::SafetySettings
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/texttospeech/v1beta1/cloud_tts.rb
Overview
Safety settings for the request.
Instance Attribute Summary collapse
-
#settings ⇒ ::Array<::Google::Cloud::TextToSpeech::V1beta1::AdvancedVoiceOptions::SafetySetting>
The safety settings for the request.
Instance Attribute Details
#settings ⇒ ::Array<::Google::Cloud::TextToSpeech::V1beta1::AdvancedVoiceOptions::SafetySetting>
Returns The safety settings for the request.
109 110 111 112 |
# File 'proto_docs/google/cloud/texttospeech/v1beta1/cloud_tts.rb', line 109 class SafetySettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |