Class: Google::Cloud::Language::V1::ClassifyTextResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/language/v1/language_service.rb

Overview

The document classification response message.

Instance Attribute Summary collapse

Instance Attribute Details

#categories::Array<::Google::Cloud::Language::V1::ClassificationCategory>

Returns Categories representing the input document.

Returns:



1016
1017
1018
1019
# File 'proto_docs/google/cloud/language/v1/language_service.rb', line 1016

class ClassifyTextResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end