Class: Google::Cloud::Language::V1::ClassifyTextResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Language::V1::ClassifyTextResponse
- Defined in:
- lib/google/cloud/language/v1/doc/google/cloud/language/v1/language_service.rb
Overview
The document classification response message.
Instance Attribute Summary collapse
-
#categories ⇒ Array<Google::Cloud::Language::V1::ClassificationCategory>
Categories representing the input document.
Instance Attribute Details
#categories ⇒ Array<Google::Cloud::Language::V1::ClassificationCategory>
Returns Categories representing the input document.
912 |
# File 'lib/google/cloud/language/v1/doc/google/cloud/language/v1/language_service.rb', line 912 class ClassifyTextResponse; end |