Interface PersonalProtectiveEquipmentDetectionOutput.PersonIdentifiedBoxOrBuilder (0.2.0)

public static interface PersonalProtectiveEquipmentDetectionOutput.PersonIdentifiedBoxOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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

getPersonEntity()

public abstract PersonalProtectiveEquipmentDetectionOutput.PersonEntity getPersonEntity()

Person entity info.

.google.cloud.visionai.v1.PersonalProtectiveEquipmentDetectionOutput.PersonEntity person_entity = 4;

Returns
Type Description
PersonalProtectiveEquipmentDetectionOutput.PersonEntity

The personEntity.

getPersonEntityOrBuilder()

public abstract PersonalProtectiveEquipmentDetectionOutput.PersonEntityOrBuilder getPersonEntityOrBuilder()

Person entity info.

.google.cloud.visionai.v1.PersonalProtectiveEquipmentDetectionOutput.PersonEntity person_entity = 4;

Returns
Type Description
PersonalProtectiveEquipmentDetectionOutput.PersonEntityOrBuilder

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.

hasPersonEntity()

public abstract boolean hasPersonEntity()

Person entity info.

.google.cloud.visionai.v1.PersonalProtectiveEquipmentDetectionOutput.PersonEntity person_entity = 4;

Returns
Type Description
boolean

Whether the personEntity field is set.