Interface PersonalProtectiveEquipmentDetectionOutput.PPEEntityOrBuilder (0.2.0)

public static interface PersonalProtectiveEquipmentDetectionOutput.PPEEntityOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getPpeEntityId()

public abstract long getPpeEntityId()

Entity id.

int64 ppe_entity_id = 4;

Returns
Type Description
long

The ppeEntityId.

getPpeLabelId()

public abstract long getPpeLabelId()

Label id.

int64 ppe_label_id = 1;

Returns
Type Description
long

The ppeLabelId.

getPpeLabelString()

public abstract String getPpeLabelString()

Human readable string of the label (Examples: helmet, glove, mask).

string ppe_label_string = 2;

Returns
Type Description
String

The ppeLabelString.

getPpeLabelStringBytes()

public abstract ByteString getPpeLabelStringBytes()

Human readable string of the label (Examples: helmet, glove, mask).

string ppe_label_string = 2;

Returns
Type Description
ByteString

The bytes for ppeLabelString.

getPpeSupercategoryLabelString()

public abstract String getPpeSupercategoryLabelString()

Human readable string of the super category label (Examples: head_cover, hands_cover, face_cover).

string ppe_supercategory_label_string = 3;

Returns
Type Description
String

The ppeSupercategoryLabelString.

getPpeSupercategoryLabelStringBytes()

public abstract ByteString getPpeSupercategoryLabelStringBytes()

Human readable string of the super category label (Examples: head_cover, hands_cover, face_cover).

string ppe_supercategory_label_string = 3;

Returns
Type Description
ByteString

The bytes for ppeSupercategoryLabelString.