personalProtectiveEquipmentDetectionConfig property

  1. @TagNumber.new(22)
PersonalProtectiveEquipmentDetectionConfig get personalProtectiveEquipmentDetectionConfig

Configs of personal_protective_equipment_detection_config

Implementation

@$pb.TagNumber(22)
PersonalProtectiveEquipmentDetectionConfig
    get personalProtectiveEquipmentDetectionConfig => $_getN(11);
  1. @TagNumber.new(22)
set personalProtectiveEquipmentDetectionConfig (PersonalProtectiveEquipmentDetectionConfig v)

Implementation

@$pb.TagNumber(22)
set personalProtectiveEquipmentDetectionConfig(
    PersonalProtectiveEquipmentDetectionConfig v) {
  setField(22, v);
}