Class: Google::Cloud::VisionAI::V1::PersonalProtectiveEquipmentDetectionOutput::PersonIdentifiedBox
- Inherits:
-
Object
- Object
- Google::Cloud::VisionAI::V1::PersonalProtectiveEquipmentDetectionOutput::PersonIdentifiedBox
- 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
-
#box_id ⇒ ::Integer
An unique id for this box.
-
#confidence_score ⇒ ::Float
Confidence score associated with this box.
-
#normalized_bounding_box ⇒ ::Google::Cloud::VisionAI::V1::PersonalProtectiveEquipmentDetectionOutput::NormalizedBoundingBox
Bounding Box in the normalized coordinates.
-
#person_entity ⇒ ::Google::Cloud::VisionAI::V1::PersonalProtectiveEquipmentDetectionOutput::PersonEntity
Person entity info.
Instance Attribute Details
#box_id ⇒ ::Integer
Returns 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.
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 |