public static interface SearchRequest.ImageQueryOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getImageBytes()
Base64 encoded image bytes.
|
com.google.protobuf.ByteString |
getImageBytesBytes()
Base64 encoded image bytes.
|
SearchRequest.ImageQuery.ImageCase |
getImageCase() |
boolean |
hasImageBytes()
Base64 encoded image bytes.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasImageBytes()
Base64 encoded image bytes. Supported image formats: JPEG, PNG, and BMP.
string image_bytes = 1;String getImageBytes()
Base64 encoded image bytes. Supported image formats: JPEG, PNG, and BMP.
string image_bytes = 1;com.google.protobuf.ByteString getImageBytesBytes()
Base64 encoded image bytes. Supported image formats: JPEG, PNG, and BMP.
string image_bytes = 1;SearchRequest.ImageQuery.ImageCase getImageCase()
Copyright © 2024 Google LLC. All rights reserved.