Class PersonalProtectiveEquipmentDetectionOutput.PPEIdentifiedBox (0.2.0)

public static final class PersonalProtectiveEquipmentDetectionOutput.PPEIdentifiedBox extends GeneratedMessageV3 implements PersonalProtectiveEquipmentDetectionOutput.PPEIdentifiedBoxOrBuilder

PPEIdentified box contains the location and the entity info of the PPE.

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

Inheritance

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

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

PPE_ENTITY_FIELD_NUMBER

public static final int PPE_ENTITY_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

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

getDescriptor()

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

newBuilder()

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

newBuilder(PersonalProtectiveEquipmentDetectionOutput.PPEIdentifiedBox prototype)

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

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

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.PPEIdentifiedBox getDefaultInstanceForType()
Returns
Type Description
PersonalProtectiveEquipmentDetectionOutput.PPEIdentifiedBox

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.PPEIdentifiedBox> getParserForType()
Returns
Type Description
Parser<PPEIdentifiedBox>
Overrides

getPpeEntity()

public PersonalProtectiveEquipmentDetectionOutput.PPEEntity getPpeEntity()

PPE entity info.

.google.cloud.visionai.v1.PersonalProtectiveEquipmentDetectionOutput.PPEEntity ppe_entity = 4;

Returns
Type Description
PersonalProtectiveEquipmentDetectionOutput.PPEEntity

The ppeEntity.

getPpeEntityOrBuilder()

public PersonalProtectiveEquipmentDetectionOutput.PPEEntityOrBuilder getPpeEntityOrBuilder()

PPE entity info.

.google.cloud.visionai.v1.PersonalProtectiveEquipmentDetectionOutput.PPEEntity ppe_entity = 4;

Returns
Type Description
PersonalProtectiveEquipmentDetectionOutput.PPEEntityOrBuilder

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.

hasPpeEntity()

public boolean hasPpeEntity()

PPE entity info.

.google.cloud.visionai.v1.PersonalProtectiveEquipmentDetectionOutput.PPEEntity ppe_entity = 4;

Returns
Type Description
boolean

Whether the ppeEntity 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.PPEIdentifiedBox.Builder newBuilderForType()
Returns
Type Description
PersonalProtectiveEquipmentDetectionOutput.PPEIdentifiedBox.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected PersonalProtectiveEquipmentDetectionOutput.PPEIdentifiedBox.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
PersonalProtectiveEquipmentDetectionOutput.PPEIdentifiedBox.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.PPEIdentifiedBox.Builder toBuilder()
Returns
Type Description
PersonalProtectiveEquipmentDetectionOutput.PPEIdentifiedBox.Builder

writeTo(CodedOutputStream output)

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