Class: Google::Cloud::VisionAI::V1::PersonalProtectiveEquipmentDetectionOutput::PPEEntity
- Inherits:
-
Object
- Object
- Google::Cloud::VisionAI::V1::PersonalProtectiveEquipmentDetectionOutput::PPEEntity
- 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 PPE detection prediction result.
Instance Attribute Summary collapse
-
#ppe_entity_id ⇒ ::Integer
Entity id.
-
#ppe_label_id ⇒ ::Integer
Label id.
-
#ppe_label_string ⇒ ::String
Human readable string of the label (Examples: helmet, glove, mask).
-
#ppe_supercategory_label_string ⇒ ::String
Human readable string of the super category label (Examples: head_cover, hands_cover, face_cover).
Instance Attribute Details
#ppe_entity_id ⇒ ::Integer
Returns Entity id.
58 59 60 61 |
# File 'proto_docs/google/cloud/visionai/v1/annotations.rb', line 58 class PPEEntity include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#ppe_label_id ⇒ ::Integer
Returns Label id.
58 59 60 61 |
# File 'proto_docs/google/cloud/visionai/v1/annotations.rb', line 58 class PPEEntity include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#ppe_label_string ⇒ ::String
Returns Human readable string of the label (Examples: helmet, glove, mask).
58 59 60 61 |
# File 'proto_docs/google/cloud/visionai/v1/annotations.rb', line 58 class PPEEntity include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#ppe_supercategory_label_string ⇒ ::String
Returns Human readable string of the super category label (Examples: head_cover, hands_cover, face_cover).
58 59 60 61 |
# File 'proto_docs/google/cloud/visionai/v1/annotations.rb', line 58 class PPEEntity include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |