Class: Google::Cloud::VisionAI::V1::ObjectDetectionPredictionResult::Entity

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

Overview

The entity info for annotations from object detection prediction result.

Instance Attribute Summary collapse

Instance Attribute Details

#label_id::Integer

Returns Label id.

Returns:

  • (::Integer)

    Label id.



172
173
174
175
# File 'proto_docs/google/cloud/visionai/v1/annotations.rb', line 172

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

#label_string::String

Returns Human readable string of the label.

Returns:

  • (::String)

    Human readable string of the label.



172
173
174
175
# File 'proto_docs/google/cloud/visionai/v1/annotations.rb', line 172

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