Class: Google::Cloud::VisionAI::V1::PersonalProtectiveEquipmentDetectionOutput::PersonIdentifiedBox

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

Overview

PersonIdentified box contains the location and the entity info of the person.

Instance Attribute Summary collapse

Instance Attribute Details

#box_id::Integer

Returns An unique id for this box.

Returns:

  • (::Integer)

    An unique id for this box.



95
96
97
98
# File 'proto_docs/google/cloud/visionai/v1/annotations.rb', line 95

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

#confidence_score::Float

Returns Confidence score associated with this box.

Returns:

  • (::Float)

    Confidence score associated with this box.



95
96
97
98
# File 'proto_docs/google/cloud/visionai/v1/annotations.rb', line 95

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

#normalized_bounding_box::Google::Cloud::VisionAI::V1::PersonalProtectiveEquipmentDetectionOutput::NormalizedBoundingBox

Returns Bounding Box in the normalized coordinates.



95
96
97
98
# File 'proto_docs/google/cloud/visionai/v1/annotations.rb', line 95

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

#person_entity::Google::Cloud::VisionAI::V1::PersonalProtectiveEquipmentDetectionOutput::PersonEntity

Returns Person entity info.



95
96
97
98
# File 'proto_docs/google/cloud/visionai/v1/annotations.rb', line 95

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