Class ImageBoundingPolyAnnotation (0.162.0)

public final class ImageBoundingPolyAnnotation extends GeneratedMessageV3 implements ImageBoundingPolyAnnotationOrBuilder

Image bounding poly annotation. It represents a polygon including bounding box in the image.

Protobuf type google.cloud.datalabeling.v1beta1.ImageBoundingPolyAnnotation

Static Fields

ANNOTATION_SPEC_FIELD_NUMBER

public static final int ANNOTATION_SPEC_FIELD_NUMBER
Field Value
Type Description
int

BOUNDING_POLY_FIELD_NUMBER

public static final int BOUNDING_POLY_FIELD_NUMBER
Field Value
Type Description
int

NORMALIZED_BOUNDING_POLY_FIELD_NUMBER

public static final int NORMALIZED_BOUNDING_POLY_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static ImageBoundingPolyAnnotation getDefaultInstance()
Returns
Type Description
ImageBoundingPolyAnnotation

getDescriptor()

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

newBuilder()

public static ImageBoundingPolyAnnotation.Builder newBuilder()
Returns
Type Description
ImageBoundingPolyAnnotation.Builder

newBuilder(ImageBoundingPolyAnnotation prototype)

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

parseDelimitedFrom(InputStream input)

public static ImageBoundingPolyAnnotation parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
ImageBoundingPolyAnnotation
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

public static ImageBoundingPolyAnnotation parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
ImageBoundingPolyAnnotation
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

public static ImageBoundingPolyAnnotation parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
ImageBoundingPolyAnnotation
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

public static ImageBoundingPolyAnnotation parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
ImageBoundingPolyAnnotation
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

public static ImageBoundingPolyAnnotation parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
ImageBoundingPolyAnnotation
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

public static Parser<ImageBoundingPolyAnnotation> parser()
Returns
Type Description
Parser<ImageBoundingPolyAnnotation>

Methods

equals(Object obj)

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

getAnnotationSpec()

public AnnotationSpec getAnnotationSpec()

Label of object in this bounding polygon.

.google.cloud.datalabeling.v1beta1.AnnotationSpec annotation_spec = 1;

Returns
Type Description
AnnotationSpec

The annotationSpec.

getAnnotationSpecOrBuilder()

public AnnotationSpecOrBuilder getAnnotationSpecOrBuilder()

Label of object in this bounding polygon.

.google.cloud.datalabeling.v1beta1.AnnotationSpec annotation_spec = 1;

Returns
Type Description
AnnotationSpecOrBuilder

getBoundedAreaCase()

public ImageBoundingPolyAnnotation.BoundedAreaCase getBoundedAreaCase()
Returns
Type Description
ImageBoundingPolyAnnotation.BoundedAreaCase

getBoundingPoly()

public BoundingPoly getBoundingPoly()

.google.cloud.datalabeling.v1beta1.BoundingPoly bounding_poly = 2;

Returns
Type Description
BoundingPoly

The boundingPoly.

getBoundingPolyOrBuilder()

public BoundingPolyOrBuilder getBoundingPolyOrBuilder()

.google.cloud.datalabeling.v1beta1.BoundingPoly bounding_poly = 2;

Returns
Type Description
BoundingPolyOrBuilder

getDefaultInstanceForType()

public ImageBoundingPolyAnnotation getDefaultInstanceForType()
Returns
Type Description
ImageBoundingPolyAnnotation

getNormalizedBoundingPoly()

public NormalizedBoundingPoly getNormalizedBoundingPoly()

.google.cloud.datalabeling.v1beta1.NormalizedBoundingPoly normalized_bounding_poly = 3;

Returns
Type Description
NormalizedBoundingPoly

The normalizedBoundingPoly.

getNormalizedBoundingPolyOrBuilder()

public NormalizedBoundingPolyOrBuilder getNormalizedBoundingPolyOrBuilder()

.google.cloud.datalabeling.v1beta1.NormalizedBoundingPoly normalized_bounding_poly = 3;

Returns
Type Description
NormalizedBoundingPolyOrBuilder

getParserForType()

public Parser<ImageBoundingPolyAnnotation> getParserForType()
Returns
Type Description
Parser<ImageBoundingPolyAnnotation>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hasAnnotationSpec()

public boolean hasAnnotationSpec()

Label of object in this bounding polygon.

.google.cloud.datalabeling.v1beta1.AnnotationSpec annotation_spec = 1;

Returns
Type Description
boolean

Whether the annotationSpec field is set.

hasBoundingPoly()

public boolean hasBoundingPoly()

.google.cloud.datalabeling.v1beta1.BoundingPoly bounding_poly = 2;

Returns
Type Description
boolean

Whether the boundingPoly field is set.

hasNormalizedBoundingPoly()

public boolean hasNormalizedBoundingPoly()

.google.cloud.datalabeling.v1beta1.NormalizedBoundingPoly normalized_bounding_poly = 3;

Returns
Type Description
boolean

Whether the normalizedBoundingPoly 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 ImageBoundingPolyAnnotation.Builder newBuilderForType()
Returns
Type Description
ImageBoundingPolyAnnotation.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

public ImageBoundingPolyAnnotation.Builder toBuilder()
Returns
Type Description
ImageBoundingPolyAnnotation.Builder

writeTo(CodedOutputStream output)

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