public static final class ImageSegmentationPredictionResult.Builder extends GeneratedMessageV3.Builder<ImageSegmentationPredictionResult.Builder> implements ImageSegmentationPredictionResultOrBuilder
Prediction output format for Image Segmentation.
Protobuf type google.cloud.visionai.v1.ImageSegmentationPredictionResult
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ImageSegmentationPredictionResult.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public ImageSegmentationPredictionResult build()
buildPartial()
public ImageSegmentationPredictionResult buildPartial()
clear()
public ImageSegmentationPredictionResult.Builder clear()
Overrides
clearCategoryMask()
public ImageSegmentationPredictionResult.Builder clearCategoryMask()
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;
clearConfidenceMask()
public ImageSegmentationPredictionResult.Builder clearConfidenceMask()
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;
clearField(Descriptors.FieldDescriptor field)
public ImageSegmentationPredictionResult.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public ImageSegmentationPredictionResult.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clone()
public ImageSegmentationPredictionResult.Builder clone()
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()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(ImageSegmentationPredictionResult other)
public ImageSegmentationPredictionResult.Builder mergeFrom(ImageSegmentationPredictionResult other)
public ImageSegmentationPredictionResult.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public ImageSegmentationPredictionResult.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ImageSegmentationPredictionResult.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
setCategoryMask(String value)
public ImageSegmentationPredictionResult.Builder setCategoryMask(String value)
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;
Parameter |
Name |
Description |
value |
String
The categoryMask to set.
|
setCategoryMaskBytes(ByteString value)
public ImageSegmentationPredictionResult.Builder setCategoryMaskBytes(ByteString value)
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;
Parameter |
Name |
Description |
value |
ByteString
The bytes for categoryMask to set.
|
setConfidenceMask(String value)
public ImageSegmentationPredictionResult.Builder setConfidenceMask(String value)
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;
Parameter |
Name |
Description |
value |
String
The confidenceMask to set.
|
setConfidenceMaskBytes(ByteString value)
public ImageSegmentationPredictionResult.Builder setConfidenceMaskBytes(ByteString value)
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;
Parameter |
Name |
Description |
value |
ByteString
The bytes for confidenceMask to set.
|
setField(Descriptors.FieldDescriptor field, Object value)
public ImageSegmentationPredictionResult.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ImageSegmentationPredictionResult.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final ImageSegmentationPredictionResult.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides