public final class DetectionsListResponse
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 Translate 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.Flags| Constructor and Description |
|---|
DetectionsListResponse() |
| Modifier and Type | Method and Description |
|---|---|
DetectionsListResponse |
clone() |
java.util.List<java.util.List<DetectionsResourceItems>> |
getDetections()
A detections contains detection results of several text
|
DetectionsListResponse |
set(java.lang.String fieldName,
java.lang.Object value) |
DetectionsListResponse |
setDetections(java.util.List<java.util.List<DetectionsResourceItems>> detections)
A detections contains detection results of several text
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.util.List<java.util.List<DetectionsResourceItems>> getDetections()
null for nonepublic DetectionsListResponse setDetections(java.util.List<java.util.List<DetectionsResourceItems>> detections)
detections - detections or null for nonepublic DetectionsListResponse set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic DetectionsListResponse clone()
clone in class com.google.api.client.json.GenericJson