public static final class ObjectDetectionPredictionResult.IdentifiedBox extends GeneratedMessageV3 implements ObjectDetectionPredictionResult.IdentifiedBoxOrBuilder
Identified box contains location and the entity of the object.
Protobuf type google.cloud.visionai.v1.ObjectDetectionPredictionResult.IdentifiedBox
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > ObjectDetectionPredictionResult.IdentifiedBoxStatic 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 |
ENTITY_FIELD_NUMBER
public static final int ENTITY_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 |
Static Methods
getDefaultInstance()
public static ObjectDetectionPredictionResult.IdentifiedBox getDefaultInstance()
Returns | |
---|---|
Type | Description |
ObjectDetectionPredictionResult.IdentifiedBox |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
newBuilder()
public static ObjectDetectionPredictionResult.IdentifiedBox.Builder newBuilder()
Returns | |
---|---|
Type | Description |
ObjectDetectionPredictionResult.IdentifiedBox.Builder |
newBuilder(ObjectDetectionPredictionResult.IdentifiedBox prototype)
public static ObjectDetectionPredictionResult.IdentifiedBox.Builder newBuilder(ObjectDetectionPredictionResult.IdentifiedBox prototype)
Parameter | |
---|---|
Name | Description |
prototype |
ObjectDetectionPredictionResult.IdentifiedBox |
Returns | |
---|---|
Type | Description |
ObjectDetectionPredictionResult.IdentifiedBox.Builder |
parseDelimitedFrom(InputStream input)
public static ObjectDetectionPredictionResult.IdentifiedBox parseDelimitedFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
ObjectDetectionPredictionResult.IdentifiedBox |
Exceptions | |
---|---|
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ObjectDetectionPredictionResult.IdentifiedBox parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ObjectDetectionPredictionResult.IdentifiedBox |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(byte[] data)
public static ObjectDetectionPredictionResult.IdentifiedBox parseFrom(byte[] data)
Parameter | |
---|---|
Name | Description |
data |
byte[] |
Returns | |
---|---|
Type | Description |
ObjectDetectionPredictionResult.IdentifiedBox |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ObjectDetectionPredictionResult.IdentifiedBox parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ObjectDetectionPredictionResult.IdentifiedBox |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static ObjectDetectionPredictionResult.IdentifiedBox parseFrom(ByteString data)
Parameter | |
---|---|
Name | Description |
data |
ByteString |
Returns | |
---|---|
Type | Description |
ObjectDetectionPredictionResult.IdentifiedBox |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ObjectDetectionPredictionResult.IdentifiedBox parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ObjectDetectionPredictionResult.IdentifiedBox |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static ObjectDetectionPredictionResult.IdentifiedBox parseFrom(CodedInputStream input)
Parameter | |
---|---|
Name | Description |
input |
CodedInputStream |
Returns | |
---|---|
Type | Description |
ObjectDetectionPredictionResult.IdentifiedBox |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ObjectDetectionPredictionResult.IdentifiedBox parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ObjectDetectionPredictionResult.IdentifiedBox |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input)
public static ObjectDetectionPredictionResult.IdentifiedBox parseFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
ObjectDetectionPredictionResult.IdentifiedBox |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ObjectDetectionPredictionResult.IdentifiedBox parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ObjectDetectionPredictionResult.IdentifiedBox |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static ObjectDetectionPredictionResult.IdentifiedBox parseFrom(ByteBuffer data)
Parameter | |
---|---|
Name | Description |
data |
ByteBuffer |
Returns | |
---|---|
Type | Description |
ObjectDetectionPredictionResult.IdentifiedBox |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ObjectDetectionPredictionResult.IdentifiedBox parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ObjectDetectionPredictionResult.IdentifiedBox |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<ObjectDetectionPredictionResult.IdentifiedBox> parser()
Returns | |
---|---|
Type | Description |
Parser<IdentifiedBox> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter | |
---|---|
Name | Description |
obj |
Object |
Returns | |
---|---|
Type | Description |
boolean |
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 ObjectDetectionPredictionResult.IdentifiedBox getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
ObjectDetectionPredictionResult.IdentifiedBox |
getEntity()
public ObjectDetectionPredictionResult.Entity getEntity()
Entity of this box.
.google.cloud.visionai.v1.ObjectDetectionPredictionResult.Entity entity = 4;
Returns | |
---|---|
Type | Description |
ObjectDetectionPredictionResult.Entity |
The entity. |
getEntityOrBuilder()
public ObjectDetectionPredictionResult.EntityOrBuilder getEntityOrBuilder()
Entity of this box.
.google.cloud.visionai.v1.ObjectDetectionPredictionResult.Entity entity = 4;
Returns | |
---|---|
Type | Description |
ObjectDetectionPredictionResult.EntityOrBuilder |
getNormalizedBoundingBox()
public ObjectDetectionPredictionResult.IdentifiedBox.NormalizedBoundingBox getNormalizedBoundingBox()
Bounding Box in the normalized coordinates.
.google.cloud.visionai.v1.ObjectDetectionPredictionResult.IdentifiedBox.NormalizedBoundingBox normalized_bounding_box = 2;
Returns | |
---|---|
Type | Description |
ObjectDetectionPredictionResult.IdentifiedBox.NormalizedBoundingBox |
The normalizedBoundingBox. |
getNormalizedBoundingBoxOrBuilder()
public ObjectDetectionPredictionResult.IdentifiedBox.NormalizedBoundingBoxOrBuilder getNormalizedBoundingBoxOrBuilder()
Bounding Box in the normalized coordinates.
.google.cloud.visionai.v1.ObjectDetectionPredictionResult.IdentifiedBox.NormalizedBoundingBox normalized_bounding_box = 2;
Returns | |
---|---|
Type | Description |
ObjectDetectionPredictionResult.IdentifiedBox.NormalizedBoundingBoxOrBuilder |
getParserForType()
public Parser<ObjectDetectionPredictionResult.IdentifiedBox> getParserForType()
Returns | |
---|---|
Type | Description |
Parser<IdentifiedBox> |
getSerializedSize()
public int getSerializedSize()
Returns | |
---|---|
Type | Description |
int |
hasEntity()
public boolean hasEntity()
Entity of this box.
.google.cloud.visionai.v1.ObjectDetectionPredictionResult.Entity entity = 4;
Returns | |
---|---|
Type | Description |
boolean |
Whether the entity field is set. |
hasNormalizedBoundingBox()
public boolean hasNormalizedBoundingBox()
Bounding Box in the normalized coordinates.
.google.cloud.visionai.v1.ObjectDetectionPredictionResult.IdentifiedBox.NormalizedBoundingBox normalized_bounding_box = 2;
Returns | |
---|---|
Type | Description |
boolean |
Whether the normalizedBoundingBox field is set. |
hashCode()
public int hashCode()
Returns | |
---|---|
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
newBuilderForType()
public ObjectDetectionPredictionResult.IdentifiedBox.Builder newBuilderForType()
Returns | |
---|---|
Type | Description |
ObjectDetectionPredictionResult.IdentifiedBox.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ObjectDetectionPredictionResult.IdentifiedBox.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter | |
---|---|
Name | Description |
parent |
BuilderParent |
Returns | |
---|---|
Type | Description |
ObjectDetectionPredictionResult.IdentifiedBox.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter | |
---|---|
Name | Description |
unused |
UnusedPrivateParameter |
Returns | |
---|---|
Type | Description |
Object |
toBuilder()
public ObjectDetectionPredictionResult.IdentifiedBox.Builder toBuilder()
Returns | |
---|---|
Type | Description |
ObjectDetectionPredictionResult.IdentifiedBox.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter | |
---|---|
Name | Description |
output |
CodedOutputStream |
Exceptions | |
---|---|
Type | Description |
IOException |