Package | Description |
---|---|
com.google.api.services.vision.v1.model |
Modifier and Type | Method and Description |
---|---|
ImageContext |
ImageContext.clone() |
ImageContext |
AsyncAnnotateFileRequest.getImageContext()
Additional context that may accompany the image(s) in the file.
|
ImageContext |
AnnotateImageRequest.getImageContext()
Additional context that may accompany the image.
|
ImageContext |
AnnotateFileRequest.getImageContext()
Additional context that may accompany the image(s) in the file.
|
ImageContext |
ImageContext.set(String fieldName,
Object value) |
ImageContext |
ImageContext.setCropHintsParams(CropHintsParams cropHintsParams)
Parameters for crop hints annotation request.
|
ImageContext |
ImageContext.setLanguageHints(List<String> languageHints)
List of languages to use for TEXT_DETECTION.
|
ImageContext |
ImageContext.setLatLongRect(LatLongRect latLongRect)
Not used.
|
ImageContext |
ImageContext.setProductSearchParams(ProductSearchParams productSearchParams)
Parameters for product search.
|
ImageContext |
ImageContext.setWebDetectionParams(WebDetectionParams webDetectionParams)
Parameters for web detection.
|
Modifier and Type | Method and Description |
---|---|
AsyncAnnotateFileRequest |
AsyncAnnotateFileRequest.setImageContext(ImageContext imageContext)
Additional context that may accompany the image(s) in the file.
|
AnnotateImageRequest |
AnnotateImageRequest.setImageContext(ImageContext imageContext)
Additional context that may accompany the image.
|
AnnotateFileRequest |
AnnotateFileRequest.setImageContext(ImageContext imageContext)
Additional context that may accompany the image(s) in the file.
|
Copyright © 2011–2019 Google. All rights reserved.