Cloud AI Platform v1 API - Class ImageSegmentationPredictionInstance (2.27.0)

public sealed class ImageSegmentationPredictionInstance : IMessage<ImageSegmentationPredictionInstance>, IEquatable<ImageSegmentationPredictionInstance>, IDeepCloneable<ImageSegmentationPredictionInstance>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1 API class ImageSegmentationPredictionInstance.

Prediction input format for Image Segmentation.

Inheritance

object > ImageSegmentationPredictionInstance

Namespace

Google.Cloud.AIPlatform.V1.Schema.Predict.Instance

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

ImageSegmentationPredictionInstance()

public ImageSegmentationPredictionInstance()

ImageSegmentationPredictionInstance(ImageSegmentationPredictionInstance)

public ImageSegmentationPredictionInstance(ImageSegmentationPredictionInstance other)
Parameter
NameDescription
otherImageSegmentationPredictionInstance

Properties

Content

public string Content { get; set; }

The image bytes to make the predictions on.

Property Value
TypeDescription
string

MimeType

public string MimeType { get; set; }

The MIME type of the content of the image. Only the images in below listed MIME types are supported.

  • image/jpeg
  • image/png
Property Value
TypeDescription
string