public final class GoogleCloudVisionV1p1beta1AsyncAnnotateFileRequest
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 |
|---|
GoogleCloudVisionV1p1beta1AsyncAnnotateFileRequest() |
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic GoogleCloudVisionV1p1beta1AsyncAnnotateFileRequest()
public List<GoogleCloudVisionV1p1beta1Feature> getFeatures()
null for nonepublic GoogleCloudVisionV1p1beta1AsyncAnnotateFileRequest setFeatures(List<GoogleCloudVisionV1p1beta1Feature> features)
features - features or null for nonepublic GoogleCloudVisionV1p1beta1ImageContext getImageContext()
null for nonepublic GoogleCloudVisionV1p1beta1AsyncAnnotateFileRequest setImageContext(GoogleCloudVisionV1p1beta1ImageContext imageContext)
imageContext - imageContext or null for nonepublic GoogleCloudVisionV1p1beta1InputConfig getInputConfig()
null for nonepublic GoogleCloudVisionV1p1beta1AsyncAnnotateFileRequest setInputConfig(GoogleCloudVisionV1p1beta1InputConfig inputConfig)
inputConfig - inputConfig or null for nonepublic GoogleCloudVisionV1p1beta1OutputConfig getOutputConfig()
null for nonepublic GoogleCloudVisionV1p1beta1AsyncAnnotateFileRequest setOutputConfig(GoogleCloudVisionV1p1beta1OutputConfig outputConfig)
outputConfig - outputConfig or null for nonepublic GoogleCloudVisionV1p1beta1AsyncAnnotateFileRequest set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic GoogleCloudVisionV1p1beta1AsyncAnnotateFileRequest clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2019 Google. All rights reserved.