Class DetectedPerson (0.1.0)

DetectedPerson(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Detected Person contains the detected person and their associated ppes and their protecting information.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

Name Description
person_id int
The id of detected person.
detected_person_identified_box google.cloud.visionai_v1alpha1.types.PersonalProtectiveEquipmentDetectionOutput.PersonIdentifiedBox
The info of detected person identified box.
detected_ppe_identified_boxes MutableSequence[google.cloud.visionai_v1alpha1.types.PersonalProtectiveEquipmentDetectionOutput.PPEIdentifiedBox]
The info of detected person associated ppe identified boxes.
face_coverage_score float
Coverage score for each body part. Coverage score for face. This field is a member of oneof_ _face_coverage_score.
eyes_coverage_score float
Coverage score for eyes. This field is a member of oneof_ _eyes_coverage_score.
head_coverage_score float
Coverage score for head. This field is a member of oneof_ _head_coverage_score.
hands_coverage_score float
Coverage score for hands. This field is a member of oneof_ _hands_coverage_score.
body_coverage_score float
Coverage score for body. This field is a member of oneof_ _body_coverage_score.
feet_coverage_score float
Coverage score for feet. This field is a member of oneof_ _feet_coverage_score.