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_v1.types.PersonalProtectiveEquipmentDetectionOutput.PersonIdentifiedBox
The info of detected person identified box. |
detected_ppe_identified_boxes |
MutableSequence[google.cloud.visionai_v1.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 .
|