public final class GoogleCloudVisionV1p2beta1AnnotateImageRequest
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Cloud Vision API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description | 
|---|
| GoogleCloudVisionV1p2beta1AnnotateImageRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| GoogleCloudVisionV1p2beta1AnnotateImageRequest | clone() | 
| List<GoogleCloudVisionV1p2beta1Feature> | getFeatures()Requested features. | 
| GoogleCloudVisionV1p2beta1Image | getImage()The image to be processed. | 
| GoogleCloudVisionV1p2beta1ImageContext | getImageContext()Additional context that may accompany the image. | 
| GoogleCloudVisionV1p2beta1AnnotateImageRequest | set(String fieldName,
   Object value) | 
| GoogleCloudVisionV1p2beta1AnnotateImageRequest | setFeatures(List<GoogleCloudVisionV1p2beta1Feature> features)Requested features. | 
| GoogleCloudVisionV1p2beta1AnnotateImageRequest | setImage(GoogleCloudVisionV1p2beta1Image image)The image to be processed. | 
| GoogleCloudVisionV1p2beta1AnnotateImageRequest | setImageContext(GoogleCloudVisionV1p2beta1ImageContext imageContext)Additional context that may accompany the image. | 
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic GoogleCloudVisionV1p2beta1AnnotateImageRequest()
public List<GoogleCloudVisionV1p2beta1Feature> getFeatures()
null for nonepublic GoogleCloudVisionV1p2beta1AnnotateImageRequest setFeatures(List<GoogleCloudVisionV1p2beta1Feature> features)
features - features or null for nonepublic GoogleCloudVisionV1p2beta1Image getImage()
null for nonepublic GoogleCloudVisionV1p2beta1AnnotateImageRequest setImage(GoogleCloudVisionV1p2beta1Image image)
image - image or null for nonepublic GoogleCloudVisionV1p2beta1ImageContext getImageContext()
null for nonepublic GoogleCloudVisionV1p2beta1AnnotateImageRequest setImageContext(GoogleCloudVisionV1p2beta1ImageContext imageContext)
imageContext - imageContext or null for nonepublic GoogleCloudVisionV1p2beta1AnnotateImageRequest set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic GoogleCloudVisionV1p2beta1AnnotateImageRequest clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.