public sealed class ImageObjectDetectionPredictionInstance : IMessage<ImageObjectDetectionPredictionInstance>, IEquatable<ImageObjectDetectionPredictionInstance>, IDeepCloneable<ImageObjectDetectionPredictionInstance>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class ImageObjectDetectionPredictionInstance.
Prediction input format for Image Object Detection.
Implements
IMessageImageObjectDetectionPredictionInstance, IEquatableImageObjectDetectionPredictionInstance, IDeepCloneableImageObjectDetectionPredictionInstance, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1.Schema.Predict.InstanceAssembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
ImageObjectDetectionPredictionInstance()
public ImageObjectDetectionPredictionInstance()ImageObjectDetectionPredictionInstance(ImageObjectDetectionPredictionInstance)
public ImageObjectDetectionPredictionInstance(ImageObjectDetectionPredictionInstance other)| Parameter | |
|---|---|
| Name | Description |
other |
ImageObjectDetectionPredictionInstance |
Properties
Content
public string Content { get; set; }The image bytes or Cloud Storage URI to make the prediction on.
| Property Value | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
string |
|