public final class ImageObjectDetectionAnnotation extends GeneratedMessage implements ImageObjectDetectionAnnotationOrBuilderAnnotation details for image object detection.
Protobuf type google.cloud.automl.v1beta1.ImageObjectDetectionAnnotation
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > ImageObjectDetectionAnnotationImplements
ImageObjectDetectionAnnotationOrBuilderStatic Fields
BOUNDING_BOX_FIELD_NUMBER
public static final int BOUNDING_BOX_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
SCORE_FIELD_NUMBER
public static final int SCORE_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static ImageObjectDetectionAnnotation getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
ImageObjectDetectionAnnotation |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static ImageObjectDetectionAnnotation.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
ImageObjectDetectionAnnotation.Builder |
|
newBuilder(ImageObjectDetectionAnnotation prototype)
public static ImageObjectDetectionAnnotation.Builder newBuilder(ImageObjectDetectionAnnotation prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
ImageObjectDetectionAnnotation |
| Returns | |
|---|---|
| Type | Description |
ImageObjectDetectionAnnotation.Builder |
|
parseDelimitedFrom(InputStream input)
public static ImageObjectDetectionAnnotation parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
ImageObjectDetectionAnnotation |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ImageObjectDetectionAnnotation parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ImageObjectDetectionAnnotation |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static ImageObjectDetectionAnnotation parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
ImageObjectDetectionAnnotation |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ImageObjectDetectionAnnotation parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ImageObjectDetectionAnnotation |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static ImageObjectDetectionAnnotation parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
ImageObjectDetectionAnnotation |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ImageObjectDetectionAnnotation parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ImageObjectDetectionAnnotation |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static ImageObjectDetectionAnnotation parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
ImageObjectDetectionAnnotation |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ImageObjectDetectionAnnotation parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ImageObjectDetectionAnnotation |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static ImageObjectDetectionAnnotation parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
ImageObjectDetectionAnnotation |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ImageObjectDetectionAnnotation parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ImageObjectDetectionAnnotation |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static ImageObjectDetectionAnnotation parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
ImageObjectDetectionAnnotation |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ImageObjectDetectionAnnotation parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ImageObjectDetectionAnnotation |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<ImageObjectDetectionAnnotation> parser()| Returns | |
|---|---|
| Type | Description |
Parser<ImageObjectDetectionAnnotation> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getBoundingBox()
public BoundingPoly getBoundingBox()Output only. The rectangle representing the object location.
.google.cloud.automl.v1beta1.BoundingPoly bounding_box = 1;
| Returns | |
|---|---|
| Type | Description |
BoundingPoly |
The boundingBox. |
getBoundingBoxOrBuilder()
public BoundingPolyOrBuilder getBoundingBoxOrBuilder()Output only. The rectangle representing the object location.
.google.cloud.automl.v1beta1.BoundingPoly bounding_box = 1;
| Returns | |
|---|---|
| Type | Description |
BoundingPolyOrBuilder |
|
getDefaultInstanceForType()
public ImageObjectDetectionAnnotation getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ImageObjectDetectionAnnotation |
|
getParserForType()
public Parser<ImageObjectDetectionAnnotation> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<ImageObjectDetectionAnnotation> |
|
getScore()
public float getScore()Output only. The confidence that this annotation is positive for the parent example, value in [0, 1], higher means higher positivity confidence.
float score = 2;
| Returns | |
|---|---|
| Type | Description |
float |
The score. |
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
hasBoundingBox()
public boolean hasBoundingBox()Output only. The rectangle representing the object location.
.google.cloud.automl.v1beta1.BoundingPoly bounding_box = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the boundingBox field is set. |
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType()
public ImageObjectDetectionAnnotation.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
ImageObjectDetectionAnnotation.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected ImageObjectDetectionAnnotation.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
ImageObjectDetectionAnnotation.Builder |
|
toBuilder()
public ImageObjectDetectionAnnotation.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
ImageObjectDetectionAnnotation.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|