Class: Google::Cloud::AIPlatform::V1::Schema::Predict::Prediction::ImageSegmentationPredictionResult
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::Schema::Predict::Prediction::ImageSegmentationPredictionResult
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/schema/predict/prediction/image_segmentation.rb
Overview
Prediction output format for Image Segmentation.
Instance Attribute Summary collapse
-
#category_mask ⇒ ::String
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.
-
#confidence_mask ⇒ ::String
A one channel image which is encoded as an 8bit lossless PNG.
Instance Attribute Details
#category_mask ⇒ ::String
43 44 45 46 |
# File 'proto_docs/google/cloud/aiplatform/v1/schema/predict/prediction/image_segmentation.rb', line 43 class ImageSegmentationPredictionResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#confidence_mask ⇒ ::String
43 44 45 46 |
# File 'proto_docs/google/cloud/aiplatform/v1/schema/predict/prediction/image_segmentation.rb', line 43 class ImageSegmentationPredictionResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |