Class: Google::Cloud::Language::V1::ModerateTextResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Language::V1::ModerateTextResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/language/v1/language_service.rb
Overview
The document moderation response message.
Instance Attribute Summary collapse
-
#moderation_categories ⇒ ::Array<::Google::Cloud::Language::V1::ClassificationCategory>
Harmful and sensitive categories representing the input document.
Instance Attribute Details
#moderation_categories ⇒ ::Array<::Google::Cloud::Language::V1::ClassificationCategory>
Returns Harmful and sensitive categories representing the input document.
1095 1096 1097 1098 |
# File 'proto_docs/google/cloud/language/v1/language_service.rb', line 1095 class ModerateTextResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |