public interface ImageSegmentationPredictionInstanceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getContent()
The image bytes to make the predictions on.
|
com.google.protobuf.ByteString |
getContentBytes()
The image bytes to make the predictions 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 to make the predictions on.
string content = 1;com.google.protobuf.ByteString getContentBytes()
The image bytes to make the predictions 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/png
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/png
string mime_type = 2;Copyright © 2024 Google LLC. All rights reserved.