public interface ImageObjectDetectionPredictionInstanceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getContent()
The image bytes or Cloud Storage URI to make the prediction on.
|
com.google.protobuf.ByteString |
getContentBytes()
The image bytes or Cloud Storage URI to make the prediction on.
|
String |
getMimeType()
The MIME type of the content of the image.
|
com.google.protobuf.ByteString |
getMimeTypeBytes()
The MIME type of the content of the image.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getContent()
The image bytes or Cloud Storage URI to make the prediction on.
string content = 1;com.google.protobuf.ByteString getContentBytes()
The image bytes or Cloud Storage URI to make the prediction on.
string content = 1;String getMimeType()
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
string mime_type = 2;com.google.protobuf.ByteString getMimeTypeBytes()
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
string mime_type = 2;Copyright © 2022 Google LLC. All rights reserved.