Class: Google::Cloud::VisionAI::V1::PersonalProtectiveEquipmentDetectionConfig
- Inherits:
-
Object
- Object
- Google::Cloud::VisionAI::V1::PersonalProtectiveEquipmentDetectionConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/visionai/v1/platform.rb
Overview
Message describing PersonalProtectiveEquipmentDetectionConfig.
Instance Attribute Summary collapse
-
#enable_face_coverage_detection ⇒ ::Boolean
Whether to enable face coverage detection.
-
#enable_hands_coverage_detection ⇒ ::Boolean
Whether to enable hands coverage detection.
-
#enable_head_coverage_detection ⇒ ::Boolean
Whether to enable head coverage detection.
Instance Attribute Details
#enable_face_coverage_detection ⇒ ::Boolean
Returns Whether to enable face coverage detection.
1829 1830 1831 1832 |
# File 'proto_docs/google/cloud/visionai/v1/platform.rb', line 1829 class PersonalProtectiveEquipmentDetectionConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#enable_hands_coverage_detection ⇒ ::Boolean
Returns Whether to enable hands coverage detection.
1829 1830 1831 1832 |
# File 'proto_docs/google/cloud/visionai/v1/platform.rb', line 1829 class PersonalProtectiveEquipmentDetectionConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#enable_head_coverage_detection ⇒ ::Boolean
Returns Whether to enable head coverage detection.
1829 1830 1831 1832 |
# File 'proto_docs/google/cloud/visionai/v1/platform.rb', line 1829 class PersonalProtectiveEquipmentDetectionConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |