public final class PersonalProtectiveEquipmentDetectionConfig extends GeneratedMessageV3 implements PersonalProtectiveEquipmentDetectionConfigOrBuilder
Message describing PersonalProtectiveEquipmentDetectionConfig.
Protobuf type google.cloud.visionai.v1.PersonalProtectiveEquipmentDetectionConfig
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
ENABLE_FACE_COVERAGE_DETECTION_FIELD_NUMBER
public static final int ENABLE_FACE_COVERAGE_DETECTION_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
ENABLE_HANDS_COVERAGE_DETECTION_FIELD_NUMBER
public static final int ENABLE_HANDS_COVERAGE_DETECTION_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
ENABLE_HEAD_COVERAGE_DETECTION_FIELD_NUMBER
public static final int ENABLE_HEAD_COVERAGE_DETECTION_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static PersonalProtectiveEquipmentDetectionConfig getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static PersonalProtectiveEquipmentDetectionConfig.Builder newBuilder()
newBuilder(PersonalProtectiveEquipmentDetectionConfig prototype)
public static PersonalProtectiveEquipmentDetectionConfig.Builder newBuilder(PersonalProtectiveEquipmentDetectionConfig prototype)
public static PersonalProtectiveEquipmentDetectionConfig parseDelimitedFrom(InputStream input)
public static PersonalProtectiveEquipmentDetectionConfig parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static PersonalProtectiveEquipmentDetectionConfig parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static PersonalProtectiveEquipmentDetectionConfig parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static PersonalProtectiveEquipmentDetectionConfig parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static PersonalProtectiveEquipmentDetectionConfig parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static PersonalProtectiveEquipmentDetectionConfig parseFrom(CodedInputStream input)
public static PersonalProtectiveEquipmentDetectionConfig parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static PersonalProtectiveEquipmentDetectionConfig parseFrom(InputStream input)
public static PersonalProtectiveEquipmentDetectionConfig parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static PersonalProtectiveEquipmentDetectionConfig parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static PersonalProtectiveEquipmentDetectionConfig parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<PersonalProtectiveEquipmentDetectionConfig> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
public PersonalProtectiveEquipmentDetectionConfig getDefaultInstanceForType()
getEnableFaceCoverageDetection()
public boolean getEnableFaceCoverageDetection()
Whether to enable face coverage detection.
bool enable_face_coverage_detection = 1;
Returns |
Type |
Description |
boolean |
The enableFaceCoverageDetection.
|
getEnableHandsCoverageDetection()
public boolean getEnableHandsCoverageDetection()
Whether to enable hands coverage detection.
bool enable_hands_coverage_detection = 3;
Returns |
Type |
Description |
boolean |
The enableHandsCoverageDetection.
|
getEnableHeadCoverageDetection()
public boolean getEnableHeadCoverageDetection()
Whether to enable head coverage detection.
bool enable_head_coverage_detection = 2;
Returns |
Type |
Description |
boolean |
The enableHeadCoverageDetection.
|
getParserForType()
public Parser<PersonalProtectiveEquipmentDetectionConfig> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public PersonalProtectiveEquipmentDetectionConfig.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected PersonalProtectiveEquipmentDetectionConfig.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public PersonalProtectiveEquipmentDetectionConfig.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides