Class ImageSegmentationAnnotation (0.143.0)

public final class ImageSegmentationAnnotation extends GeneratedMessageV3 implements ImageSegmentationAnnotationOrBuilder

Image segmentation annotation.

Protobuf type google.cloud.datalabeling.v1beta1.ImageSegmentationAnnotation

Static Fields

ANNOTATION_COLORS_FIELD_NUMBER

public static final int ANNOTATION_COLORS_FIELD_NUMBER
Field Value
TypeDescription
int

IMAGE_BYTES_FIELD_NUMBER

public static final int IMAGE_BYTES_FIELD_NUMBER
Field Value
TypeDescription
int

MIME_TYPE_FIELD_NUMBER

public static final int MIME_TYPE_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static ImageSegmentationAnnotation getDefaultInstance()
Returns
TypeDescription
ImageSegmentationAnnotation

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static ImageSegmentationAnnotation.Builder newBuilder()
Returns
TypeDescription
ImageSegmentationAnnotation.Builder

newBuilder(ImageSegmentationAnnotation prototype)

public static ImageSegmentationAnnotation.Builder newBuilder(ImageSegmentationAnnotation prototype)
Parameter
NameDescription
prototypeImageSegmentationAnnotation
Returns
TypeDescription
ImageSegmentationAnnotation.Builder

parseDelimitedFrom(InputStream input)

public static ImageSegmentationAnnotation parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
ImageSegmentationAnnotation
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ImageSegmentationAnnotation parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ImageSegmentationAnnotation
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static ImageSegmentationAnnotation parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
ImageSegmentationAnnotation
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static ImageSegmentationAnnotation parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ImageSegmentationAnnotation
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static ImageSegmentationAnnotation parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
ImageSegmentationAnnotation
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static ImageSegmentationAnnotation parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ImageSegmentationAnnotation
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static ImageSegmentationAnnotation parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
ImageSegmentationAnnotation
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static ImageSegmentationAnnotation parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ImageSegmentationAnnotation
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static ImageSegmentationAnnotation parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
ImageSegmentationAnnotation
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ImageSegmentationAnnotation parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ImageSegmentationAnnotation
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static ImageSegmentationAnnotation parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
ImageSegmentationAnnotation
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static ImageSegmentationAnnotation parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ImageSegmentationAnnotation
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<ImageSegmentationAnnotation> parser()
Returns
TypeDescription
Parser<ImageSegmentationAnnotation>

Methods

containsAnnotationColors(String key)

public boolean containsAnnotationColors(String key)

The mapping between rgb color and annotation spec. The key is the rgb color represented in format of rgb(0, 0, 0). The value is the AnnotationSpec.

map<string, .google.cloud.datalabeling.v1beta1.AnnotationSpec> annotation_colors = 1;

Parameter
NameDescription
keyString
Returns
TypeDescription
boolean

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getAnnotationColors()

public Map<String,AnnotationSpec> getAnnotationColors()
Returns
TypeDescription
Map<String,AnnotationSpec>

getAnnotationColorsCount()

public int getAnnotationColorsCount()

The mapping between rgb color and annotation spec. The key is the rgb color represented in format of rgb(0, 0, 0). The value is the AnnotationSpec.

map<string, .google.cloud.datalabeling.v1beta1.AnnotationSpec> annotation_colors = 1;

Returns
TypeDescription
int

getAnnotationColorsMap()

public Map<String,AnnotationSpec> getAnnotationColorsMap()

The mapping between rgb color and annotation spec. The key is the rgb color represented in format of rgb(0, 0, 0). The value is the AnnotationSpec.

map<string, .google.cloud.datalabeling.v1beta1.AnnotationSpec> annotation_colors = 1;

Returns
TypeDescription
Map<String,AnnotationSpec>

getAnnotationColorsOrDefault(String key, AnnotationSpec defaultValue)

public AnnotationSpec getAnnotationColorsOrDefault(String key, AnnotationSpec defaultValue)

The mapping between rgb color and annotation spec. The key is the rgb color represented in format of rgb(0, 0, 0). The value is the AnnotationSpec.

map<string, .google.cloud.datalabeling.v1beta1.AnnotationSpec> annotation_colors = 1;

Parameters
NameDescription
keyString
defaultValueAnnotationSpec
Returns
TypeDescription
AnnotationSpec

getAnnotationColorsOrThrow(String key)

public AnnotationSpec getAnnotationColorsOrThrow(String key)

The mapping between rgb color and annotation spec. The key is the rgb color represented in format of rgb(0, 0, 0). The value is the AnnotationSpec.

map<string, .google.cloud.datalabeling.v1beta1.AnnotationSpec> annotation_colors = 1;

Parameter
NameDescription
keyString
Returns
TypeDescription
AnnotationSpec

getDefaultInstanceForType()

public ImageSegmentationAnnotation getDefaultInstanceForType()
Returns
TypeDescription
ImageSegmentationAnnotation

getImageBytes()

public ByteString getImageBytes()

A byte string of a full image's color map.

bytes image_bytes = 3;

Returns
TypeDescription
ByteString

The imageBytes.

getMimeType()

public String getMimeType()

Image format.

string mime_type = 2;

Returns
TypeDescription
String

The mimeType.

getMimeTypeBytes()

public ByteString getMimeTypeBytes()

Image format.

string mime_type = 2;

Returns
TypeDescription
ByteString

The bytes for mimeType.

getParserForType()

public Parser<ImageSegmentationAnnotation> getParserForType()
Returns
TypeDescription
Parser<ImageSegmentationAnnotation>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

internalGetMapField(int number)

protected MapField internalGetMapField(int number)
Parameter
NameDescription
numberint
Returns
TypeDescription
MapField
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public ImageSegmentationAnnotation.Builder newBuilderForType()
Returns
TypeDescription
ImageSegmentationAnnotation.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected ImageSegmentationAnnotation.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
ImageSegmentationAnnotation.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public ImageSegmentationAnnotation.Builder toBuilder()
Returns
TypeDescription
ImageSegmentationAnnotation.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException