public static interface PersonalProtectiveEquipmentDetectionOutput.PPEIdentifiedBoxOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getBoxId()
public abstract long getBoxId()
An unique id for this box.
int64 box_id = 1;
Returns | |
---|---|
Type | Description |
long |
The boxId. |
getConfidenceScore()
public abstract float getConfidenceScore()
Confidence score associated with this box.
float confidence_score = 3;
Returns | |
---|---|
Type | Description |
float |
The confidenceScore. |
getNormalizedBoundingBox()
public abstract PersonalProtectiveEquipmentDetectionOutput.NormalizedBoundingBox getNormalizedBoundingBox()
Bounding Box in the normalized coordinates.
.google.cloud.visionai.v1.PersonalProtectiveEquipmentDetectionOutput.NormalizedBoundingBox normalized_bounding_box = 2;
Returns | |
---|---|
Type | Description |
PersonalProtectiveEquipmentDetectionOutput.NormalizedBoundingBox |
The normalizedBoundingBox. |
getNormalizedBoundingBoxOrBuilder()
public abstract PersonalProtectiveEquipmentDetectionOutput.NormalizedBoundingBoxOrBuilder getNormalizedBoundingBoxOrBuilder()
Bounding Box in the normalized coordinates.
.google.cloud.visionai.v1.PersonalProtectiveEquipmentDetectionOutput.NormalizedBoundingBox normalized_bounding_box = 2;
Returns | |
---|---|
Type | Description |
PersonalProtectiveEquipmentDetectionOutput.NormalizedBoundingBoxOrBuilder |
getPpeEntity()
public abstract PersonalProtectiveEquipmentDetectionOutput.PPEEntity getPpeEntity()
PPE entity info.
.google.cloud.visionai.v1.PersonalProtectiveEquipmentDetectionOutput.PPEEntity ppe_entity = 4;
Returns | |
---|---|
Type | Description |
PersonalProtectiveEquipmentDetectionOutput.PPEEntity |
The ppeEntity. |
getPpeEntityOrBuilder()
public abstract PersonalProtectiveEquipmentDetectionOutput.PPEEntityOrBuilder getPpeEntityOrBuilder()
PPE entity info.
.google.cloud.visionai.v1.PersonalProtectiveEquipmentDetectionOutput.PPEEntity ppe_entity = 4;
Returns | |
---|---|
Type | Description |
PersonalProtectiveEquipmentDetectionOutput.PPEEntityOrBuilder |
hasNormalizedBoundingBox()
public abstract boolean hasNormalizedBoundingBox()
Bounding Box in the normalized coordinates.
.google.cloud.visionai.v1.PersonalProtectiveEquipmentDetectionOutput.NormalizedBoundingBox normalized_bounding_box = 2;
Returns | |
---|---|
Type | Description |
boolean |
Whether the normalizedBoundingBox field is set. |
hasPpeEntity()
public abstract boolean hasPpeEntity()
PPE entity info.
.google.cloud.visionai.v1.PersonalProtectiveEquipmentDetectionOutput.PPEEntity ppe_entity = 4;
Returns | |
---|---|
Type | Description |
boolean |
Whether the ppeEntity field is set. |