Class: Google::Cloud::VisionAI::V1::OccupancyCountingPredictionResult::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 occupancy counting operator.

Instance Attribute Summary collapse

Instance Attribute Details

#label_id::Integer

Returns Label id.

Returns:

  • (::Integer)

    Label id.



449
450
451
452
# File 'proto_docs/google/cloud/visionai/v1/annotations.rb', line 449

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.



449
450
451
452
# File 'proto_docs/google/cloud/visionai/v1/annotations.rb', line 449

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