Class: Google::Apis::LanguageV1::ModerateTextRequest
- Inherits:
-
Object
- Object
- Google::Apis::LanguageV1::ModerateTextRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/language_v1/classes.rb,
lib/google/apis/language_v1/representations.rb,
lib/google/apis/language_v1/representations.rb
Overview
The document moderation request message.
Instance Attribute Summary collapse
-
#document ⇒ Google::Apis::LanguageV1::Document
Represents the input to API methods.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ModerateTextRequest
constructor
A new instance of ModerateTextRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ModerateTextRequest
Returns a new instance of ModerateTextRequest.
944 945 946 |
# File 'lib/google/apis/language_v1/classes.rb', line 944 def initialize(**args) update!(**args) end |
Instance Attribute Details
#document ⇒ Google::Apis::LanguageV1::Document
Represents the input to API methods.
Corresponds to the JSON property document
942 943 944 |
# File 'lib/google/apis/language_v1/classes.rb', line 942 def document @document end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
949 950 951 |
# File 'lib/google/apis/language_v1/classes.rb', line 949 def update!(**args) @document = args[:document] if args.key?(:document) end |