Class: Google::Cloud::Language::V1::ClassificationCategory

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

Represents a category returned from the text classifier.

Instance Attribute Summary collapse

Instance Attribute Details

#confidence::Float

Returns The classifier's confidence of the category. Number represents how certain the classifier is that this category represents the given text.

Returns:

  • (::Float)

    The classifier's confidence of the category. Number represents how certain the classifier is that this category represents the given text.



888
889
890
891
# File 'proto_docs/google/cloud/language/v1/language_service.rb', line 888

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

#name::String

Returns The name of the category representing the document, from the predefined taxonomy.

Returns:

  • (::String)

    The name of the category representing the document, from the predefined taxonomy.



888
889
890
891
# File 'proto_docs/google/cloud/language/v1/language_service.rb', line 888

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