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