public final class ImageSegmentationPredictionResult extends GeneratedMessageV3 implements ImageSegmentationPredictionResultOrBuilder
Prediction output format for Image Segmentation.
Protobuf type google.cloud.visionai.v1.ImageSegmentationPredictionResult
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
CATEGORY_MASK_FIELD_NUMBER
public static final int CATEGORY_MASK_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
CONFIDENCE_MASK_FIELD_NUMBER
public static final int CONFIDENCE_MASK_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static ImageSegmentationPredictionResult getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static ImageSegmentationPredictionResult.Builder newBuilder()
newBuilder(ImageSegmentationPredictionResult prototype)
public static ImageSegmentationPredictionResult.Builder newBuilder(ImageSegmentationPredictionResult prototype)
public static ImageSegmentationPredictionResult parseDelimitedFrom(InputStream input)
public static ImageSegmentationPredictionResult parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static ImageSegmentationPredictionResult parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ImageSegmentationPredictionResult parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static ImageSegmentationPredictionResult parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
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)
parseFrom(ByteBuffer data)
public static ImageSegmentationPredictionResult parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ImageSegmentationPredictionResult parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<ImageSegmentationPredictionResult> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getCategoryMask()
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.
|
getCategoryMaskBytes()
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.
|
getConfidenceMask()
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.
|
getConfidenceMaskBytes()
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.
|
getDefaultInstanceForType()
public ImageSegmentationPredictionResult getDefaultInstanceForType()
getParserForType()
public Parser<ImageSegmentationPredictionResult> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public ImageSegmentationPredictionResult.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ImageSegmentationPredictionResult.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public ImageSegmentationPredictionResult.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides