public final class GoogleCloudVisionV1p1beta1AnnotateImageRequest extends 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
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
GoogleCloudVisionV1p1beta1AnnotateImageRequest() |
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudVisionV1p1beta1AnnotateImageRequest |
clone() |
List<GoogleCloudVisionV1p1beta1Feature> |
getFeatures()
Requested features.
|
GoogleCloudVisionV1p1beta1Image |
getImage()
The image to be processed.
|
GoogleCloudVisionV1p1beta1ImageContext |
getImageContext()
Additional context that may accompany the image.
|
GoogleCloudVisionV1p1beta1AnnotateImageRequest |
set(String fieldName,
Object value) |
GoogleCloudVisionV1p1beta1AnnotateImageRequest |
setFeatures(List<GoogleCloudVisionV1p1beta1Feature> features)
Requested features.
|
GoogleCloudVisionV1p1beta1AnnotateImageRequest |
setImage(GoogleCloudVisionV1p1beta1Image image)
The image to be processed.
|
GoogleCloudVisionV1p1beta1AnnotateImageRequest |
setImageContext(GoogleCloudVisionV1p1beta1ImageContext 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 GoogleCloudVisionV1p1beta1AnnotateImageRequest()
public List<GoogleCloudVisionV1p1beta1Feature> getFeatures()
null for nonepublic GoogleCloudVisionV1p1beta1AnnotateImageRequest setFeatures(List<GoogleCloudVisionV1p1beta1Feature> features)
features - features or null for nonepublic GoogleCloudVisionV1p1beta1Image getImage()
null for nonepublic GoogleCloudVisionV1p1beta1AnnotateImageRequest setImage(GoogleCloudVisionV1p1beta1Image image)
image - image or null for nonepublic GoogleCloudVisionV1p1beta1ImageContext getImageContext()
null for nonepublic GoogleCloudVisionV1p1beta1AnnotateImageRequest setImageContext(GoogleCloudVisionV1p1beta1ImageContext imageContext)
imageContext - imageContext or null for nonepublic GoogleCloudVisionV1p1beta1AnnotateImageRequest set(String fieldName, Object value)
set in class GenericJsonpublic GoogleCloudVisionV1p1beta1AnnotateImageRequest clone()
clone in class GenericJsonCopyright © 2011–2020 Google. All rights reserved.