public final class ImageSegmentationPredictionResult extends GeneratedMessageV3 implements ImageSegmentationPredictionResultOrBuilder
Prediction output format for Image Segmentation.
Protobuf type
google.cloud.aiplatform.v1.schema.predict.prediction.ImageSegmentationPredictionResult
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
Static Fields
public static final int CATEGORY_MASK_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
public static final int CONFIDENCE_MASK_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
Static Methods
public static ImageSegmentationPredictionResult getDefaultInstance()
public static final Descriptors.Descriptor getDescriptor()
public static ImageSegmentationPredictionResult.Builder newBuilder()
public static ImageSegmentationPredictionResult.Builder newBuilder(ImageSegmentationPredictionResult prototype)
public static ImageSegmentationPredictionResult parseDelimitedFrom(InputStream input)
public static ImageSegmentationPredictionResult parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ImageSegmentationPredictionResult parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
public static ImageSegmentationPredictionResult parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ImageSegmentationPredictionResult parseFrom(ByteString data)
public static ImageSegmentationPredictionResult parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ImageSegmentationPredictionResult parseFrom(CodedInputStream input)
public static ImageSegmentationPredictionResult parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ImageSegmentationPredictionResult parseFrom(InputStream input)
public static ImageSegmentationPredictionResult parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ImageSegmentationPredictionResult parseFrom(ByteBuffer data)
public static ImageSegmentationPredictionResult parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Parser<ImageSegmentationPredictionResult> parser()
Methods
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
Overrides
public String getCategoryMask()
A PNG image where each pixel in the mask represents the category in which
the pixel in the original image was predicted to belong to. The size of
this image will be the same as the original image. The mapping between the
AnntoationSpec and the color can be found in model's metadata. The model
will choose the most likely category and if none of the categories reach
the confidence threshold, the pixel will be marked as background.
string category_mask = 1;
Returns |
---|
Type | Description |
String | The categoryMask.
|
public ByteString getCategoryMaskBytes()
A PNG image where each pixel in the mask represents the category in which
the pixel in the original image was predicted to belong to. The size of
this image will be the same as the original image. The mapping between the
AnntoationSpec and the color can be found in model's metadata. The model
will choose the most likely category and if none of the categories reach
the confidence threshold, the pixel will be marked as background.
string category_mask = 1;
Returns |
---|
Type | Description |
ByteString | The bytes for categoryMask.
|
public String getConfidenceMask()
A one channel image which is encoded as an 8bit lossless PNG. The size of
the image will be the same as the original image. For a specific pixel,
darker color means less confidence in correctness of the cateogry in the
categoryMask for the corresponding pixel. Black means no confidence and
white means complete confidence.
string confidence_mask = 2;
Returns |
---|
Type | Description |
String | The confidenceMask.
|
public ByteString getConfidenceMaskBytes()
A one channel image which is encoded as an 8bit lossless PNG. The size of
the image will be the same as the original image. For a specific pixel,
darker color means less confidence in correctness of the cateogry in the
categoryMask for the corresponding pixel. Black means no confidence and
white means complete confidence.
string confidence_mask = 2;
Returns |
---|
Type | Description |
ByteString | The bytes for confidenceMask.
|
public ImageSegmentationPredictionResult getDefaultInstanceForType()
public Parser<ImageSegmentationPredictionResult> getParserForType()
Overrides
public int getSerializedSize()
Returns |
---|
Type | Description |
int | |
Overrides
Returns |
---|
Type | Description |
int | |
Overrides
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public ImageSegmentationPredictionResult.Builder newBuilderForType()
protected ImageSegmentationPredictionResult.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
public ImageSegmentationPredictionResult.Builder toBuilder()
public void writeTo(CodedOutputStream output)
Overrides