Package | Description |
---|---|
com.google.api.services.vision.v1.model |
Modifier and Type | Method and Description |
---|---|
ImageAnnotationContext |
ImageAnnotationContext.clone() |
ImageAnnotationContext |
AnnotateImageResponse.getContext()
If present, contextual information is needed to understand where this image comes from.
|
ImageAnnotationContext |
ImageAnnotationContext.set(String fieldName,
Object value) |
ImageAnnotationContext |
ImageAnnotationContext.setPageNumber(Integer pageNumber)
If the file was a PDF or TIFF, this field gives the page number within the file used to produce
the image.
|
ImageAnnotationContext |
ImageAnnotationContext.setUri(String uri)
The URI of the file used to produce the image.
|
Modifier and Type | Method and Description |
---|---|
AnnotateImageResponse |
AnnotateImageResponse.setContext(ImageAnnotationContext context)
If present, contextual information is needed to understand where this image comes from.
|
Copyright © 2011–2019 Google. All rights reserved.