Class PersonalProtectiveEquipmentDetectionOutput.PersonIdentifiedBox (0.2.0)

public static final class PersonalProtectiveEquipmentDetectionOutput.PersonIdentifiedBox extends GeneratedMessageV3 implements PersonalProtectiveEquipmentDetectionOutput.PersonIdentifiedBoxOrBuilder

PersonIdentified box contains the location and the entity info of the person.

Protobuf type google.cloud.visionai.v1.PersonalProtectiveEquipmentDetectionOutput.PersonIdentifiedBox

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > PersonalProtectiveEquipmentDetectionOutput.PersonIdentifiedBox

Static Fields

BOX_ID_FIELD_NUMBER

public static final int BOX_ID_FIELD_NUMBER
Field Value
Type Description
int

CONFIDENCE_SCORE_FIELD_NUMBER

public static final int CONFIDENCE_SCORE_FIELD_NUMBER
Field Value
Type Description
int

NORMALIZED_BOUNDING_BOX_FIELD_NUMBER

public static final int NORMALIZED_BOUNDING_BOX_FIELD_NUMBER
Field Value
Type Description
int

PERSON_ENTITY_FIELD_NUMBER

public static final int PERSON_ENTITY_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static PersonalProtectiveEquipmentDetectionOutput.PersonIdentifiedBox getDefaultInstance()
Returns
Type Description
PersonalProtectiveEquipmentDetectionOutput.PersonIdentifiedBox

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static PersonalProtectiveEquipmentDetectionOutput.PersonIdentifiedBox.Builder newBuilder()
Returns
Type Description
PersonalProtectiveEquipmentDetectionOutput.PersonIdentifiedBox.Builder

newBuilder(PersonalProtectiveEquipmentDetectionOutput.PersonIdentifiedBox prototype)

public static PersonalProtectiveEquipmentDetectionOutput.PersonIdentifiedBox.Builder newBuilder(PersonalProtectiveEquipmentDetectionOutput.PersonIdentifiedBox prototype)
Parameter
Name Description
prototype PersonalProtectiveEquipmentDetectionOutput.PersonIdentifiedBox
Returns
Type Description
PersonalProtectiveEquipmentDetectionOutput.PersonIdentifiedBox.Builder

parseDelimitedFrom(InputStream input)

public static PersonalProtectiveEquipmentDetectionOutput.PersonIdentifiedBox parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
PersonalProtectiveEquipmentDetectionOutput.PersonIdentifiedBox
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static PersonalProtectiveEquipmentDetectionOutput.PersonIdentifiedBox parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
PersonalProtectiveEquipmentDetectionOutput.PersonIdentifiedBox
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static PersonalProtectiveEquipmentDetectionOutput.PersonIdentifiedBox parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
PersonalProtectiveEquipmentDetectionOutput.PersonIdentifiedBox
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static PersonalProtectiveEquipmentDetectionOutput.PersonIdentifiedBox parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
PersonalProtectiveEquipmentDetectionOutput.PersonIdentifiedBox
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static PersonalProtectiveEquipmentDetectionOutput.PersonIdentifiedBox parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
PersonalProtectiveEquipmentDetectionOutput.PersonIdentifiedBox
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static PersonalProtectiveEquipmentDetectionOutput.PersonIdentifiedBox parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
PersonalProtectiveEquipmentDetectionOutput.PersonIdentifiedBox
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static PersonalProtectiveEquipmentDetectionOutput.PersonIdentifiedBox parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
PersonalProtectiveEquipmentDetectionOutput.PersonIdentifiedBox
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static PersonalProtectiveEquipmentDetectionOutput.PersonIdentifiedBox parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
PersonalProtectiveEquipmentDetectionOutput.PersonIdentifiedBox
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static PersonalProtectiveEquipmentDetectionOutput.PersonIdentifiedBox parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
PersonalProtectiveEquipmentDetectionOutput.PersonIdentifiedBox
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static PersonalProtectiveEquipmentDetectionOutput.PersonIdentifiedBox parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
PersonalProtectiveEquipmentDetectionOutput.PersonIdentifiedBox
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static PersonalProtectiveEquipmentDetectionOutput.PersonIdentifiedBox parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
PersonalProtectiveEquipmentDetectionOutput.PersonIdentifiedBox
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static PersonalProtectiveEquipmentDetectionOutput.PersonIdentifiedBox parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
PersonalProtectiveEquipmentDetectionOutput.PersonIdentifiedBox
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<PersonalProtectiveEquipmentDetectionOutput.PersonIdentifiedBox> parser()
Returns
Type Description
Parser<PersonIdentifiedBox>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getBoxId()

public long getBoxId()

An unique id for this box.

int64 box_id = 1;

Returns
Type Description
long

The boxId.

getConfidenceScore()

public float getConfidenceScore()

Confidence score associated with this box.

float confidence_score = 3;

Returns
Type Description
float

The confidenceScore.

getDefaultInstanceForType()

public PersonalProtectiveEquipmentDetectionOutput.PersonIdentifiedBox getDefaultInstanceForType()
Returns
Type Description
PersonalProtectiveEquipmentDetectionOutput.PersonIdentifiedBox

getNormalizedBoundingBox()

public 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 PersonalProtectiveEquipmentDetectionOutput.NormalizedBoundingBoxOrBuilder getNormalizedBoundingBoxOrBuilder()

Bounding Box in the normalized coordinates.

.google.cloud.visionai.v1.PersonalProtectiveEquipmentDetectionOutput.NormalizedBoundingBox normalized_bounding_box = 2;

Returns
Type Description
PersonalProtectiveEquipmentDetectionOutput.NormalizedBoundingBoxOrBuilder

getParserForType()

public Parser<PersonalProtectiveEquipmentDetectionOutput.PersonIdentifiedBox> getParserForType()
Returns
Type Description
Parser<PersonIdentifiedBox>
Overrides

getPersonEntity()

public PersonalProtectiveEquipmentDetectionOutput.PersonEntity getPersonEntity()

Person entity info.

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

Returns
Type Description
PersonalProtectiveEquipmentDetectionOutput.PersonEntity

The personEntity.

getPersonEntityOrBuilder()

public PersonalProtectiveEquipmentDetectionOutput.PersonEntityOrBuilder getPersonEntityOrBuilder()

Person entity info.

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

Returns
Type Description
PersonalProtectiveEquipmentDetectionOutput.PersonEntityOrBuilder

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hasNormalizedBoundingBox()

public 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 boolean hasPersonEntity()

Person entity info.

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

Returns
Type Description
boolean

Whether the personEntity field is set.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public PersonalProtectiveEquipmentDetectionOutput.PersonIdentifiedBox.Builder newBuilderForType()
Returns
Type Description
PersonalProtectiveEquipmentDetectionOutput.PersonIdentifiedBox.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected PersonalProtectiveEquipmentDetectionOutput.PersonIdentifiedBox.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
PersonalProtectiveEquipmentDetectionOutput.PersonIdentifiedBox.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public PersonalProtectiveEquipmentDetectionOutput.PersonIdentifiedBox.Builder toBuilder()
Returns
Type Description
PersonalProtectiveEquipmentDetectionOutput.PersonIdentifiedBox.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException