Class: Google::Cloud::VisionAI::V1::PersonalProtectiveEquipmentDetectionOutput::PersonEntity
- Inherits:
-
Object
- Object
- Google::Cloud::VisionAI::V1::PersonalProtectiveEquipmentDetectionOutput::PersonEntity
- 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 person detection prediction result.
Instance Attribute Summary collapse
-
#person_entity_id ⇒ ::Integer
Entity id.
Instance Attribute Details
#person_entity_id ⇒ ::Integer
Returns Entity id.
39 40 41 42 |
# File 'proto_docs/google/cloud/visionai/v1/annotations.rb', line 39 class PersonEntity include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |