Package | Description |
---|---|
com.google.api.services.vision.v1.model |
Modifier and Type | Method and Description |
---|---|
Feature |
Feature.clone() |
Feature |
Feature.set(String fieldName,
Object value) |
Feature |
Feature.setMaxResults(Integer maxResults)
Maximum number of results of this type.
|
Feature |
Feature.setModel(String model)
Model to use for the feature.
|
Feature |
Feature.setType(String type)
The feature type.
|
Modifier and Type | Method and Description |
---|---|
List<Feature> |
AsyncAnnotateFileRequest.getFeatures()
Required.
|
List<Feature> |
AnnotateImageRequest.getFeatures()
Requested features.
|
List<Feature> |
AnnotateFileRequest.getFeatures()
Required.
|
Modifier and Type | Method and Description |
---|---|
AsyncAnnotateFileRequest |
AsyncAnnotateFileRequest.setFeatures(List<Feature> features)
Required.
|
AnnotateImageRequest |
AnnotateImageRequest.setFeatures(List<Feature> features)
Requested features.
|
AnnotateFileRequest |
AnnotateFileRequest.setFeatures(List<Feature> features)
Required.
|
Copyright © 2011–2019 Google. All rights reserved.