Cloud AI Platform v1 API - Class ImageObjectDetectionPredictionInstance (2.27.0)

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

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

Prediction input format for Image Object Detection.

Inheritance

object > ImageObjectDetectionPredictionInstance

Namespace

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

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

ImageObjectDetectionPredictionInstance()

public ImageObjectDetectionPredictionInstance()

ImageObjectDetectionPredictionInstance(ImageObjectDetectionPredictionInstance)

public ImageObjectDetectionPredictionInstance(ImageObjectDetectionPredictionInstance other)
Parameter
NameDescription
otherImageObjectDetectionPredictionInstance

Properties

Content

public string Content { get; set; }

The image bytes or Cloud Storage URI to make the prediction 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/gif
  • image/png
  • image/webp
  • image/bmp
  • image/tiff
  • image/vnd.microsoft.icon
Property Value
TypeDescription
string