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
BOUNDING_POLY_FIELD_NUMBER
public static final int BOUNDING_POLY_FIELD_NUMBER
Field Value
NORMALIZED_BOUNDING_POLY_FIELD_NUMBER
public static final int NORMALIZED_BOUNDING_POLY_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static ImageBoundingPolyAnnotation getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static ImageBoundingPolyAnnotation.Builder newBuilder()
Returns
newBuilder(ImageBoundingPolyAnnotation prototype)
public static ImageBoundingPolyAnnotation.Builder newBuilder(ImageBoundingPolyAnnotation prototype)
Parameter
Returns
public static ImageBoundingPolyAnnotation parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static ImageBoundingPolyAnnotation parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static ImageBoundingPolyAnnotation parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ImageBoundingPolyAnnotation parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static ImageBoundingPolyAnnotation parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ImageBoundingPolyAnnotation parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static ImageBoundingPolyAnnotation parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static ImageBoundingPolyAnnotation parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static ImageBoundingPolyAnnotation parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static ImageBoundingPolyAnnotation parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static ImageBoundingPolyAnnotation parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ImageBoundingPolyAnnotation parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<ImageBoundingPolyAnnotation> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getAnnotationSpec()
public AnnotationSpec getAnnotationSpec()
Label of object in this bounding polygon.
.google.cloud.datalabeling.v1beta1.AnnotationSpec annotation_spec = 1;
Returns
getAnnotationSpecOrBuilder()
public AnnotationSpecOrBuilder getAnnotationSpecOrBuilder()
Label of object in this bounding polygon.
.google.cloud.datalabeling.v1beta1.AnnotationSpec annotation_spec = 1;
Returns
getBoundedAreaCase()
public ImageBoundingPolyAnnotation.BoundedAreaCase getBoundedAreaCase()
Returns
getBoundingPoly()
public BoundingPoly getBoundingPoly()
.google.cloud.datalabeling.v1beta1.BoundingPoly bounding_poly = 2;
Returns
getBoundingPolyOrBuilder()
public BoundingPolyOrBuilder getBoundingPolyOrBuilder()
.google.cloud.datalabeling.v1beta1.BoundingPoly bounding_poly = 2;
Returns
getDefaultInstanceForType()
public ImageBoundingPolyAnnotation getDefaultInstanceForType()
Returns
getNormalizedBoundingPoly()
public NormalizedBoundingPoly getNormalizedBoundingPoly()
.google.cloud.datalabeling.v1beta1.NormalizedBoundingPoly normalized_bounding_poly = 3;
Returns
getNormalizedBoundingPolyOrBuilder()
public NormalizedBoundingPolyOrBuilder getNormalizedBoundingPolyOrBuilder()
.google.cloud.datalabeling.v1beta1.NormalizedBoundingPoly normalized_bounding_poly = 3;
Returns
getParserForType()
public Parser<ImageBoundingPolyAnnotation> getParserForType()
Returns
Overrides
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
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()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public ImageBoundingPolyAnnotation.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ImageBoundingPolyAnnotation.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public ImageBoundingPolyAnnotation.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions