Package | Description |
---|---|
com.google.api.services.vision.v1.model |
Modifier and Type | Method and Description |
---|---|
BoundingPoly |
BoundingPoly.clone() |
BoundingPoly |
Word.getBoundingBox()
The bounding box for the word.
|
BoundingPoly |
Block.getBoundingBox()
The bounding box for the block.
|
BoundingPoly |
Paragraph.getBoundingBox()
The bounding box for the paragraph.
|
BoundingPoly |
Symbol.getBoundingBox()
The bounding box for the symbol.
|
BoundingPoly |
FaceAnnotation.getBoundingPoly()
The bounding polygon around the face.
|
BoundingPoly |
EntityAnnotation.getBoundingPoly()
Image region to which this entity belongs.
|
BoundingPoly |
CropHint.getBoundingPoly()
The bounding polygon for the crop region.
|
BoundingPoly |
GroupedResult.getBoundingPoly()
The bounding polygon around the product detected in the query image.
|
BoundingPoly |
ProductSearchParams.getBoundingPoly()
The bounding polygon around the area of interest in the image.
|
BoundingPoly |
LocalizedObjectAnnotation.getBoundingPoly()
Image region to which this object belongs.
|
BoundingPoly |
FaceAnnotation.getFdBoundingPoly()
The `fd_bounding_poly` bounding polygon is tighter than the `boundingPoly`, and encloses only
the skin part of the face.
|
BoundingPoly |
BoundingPoly.set(String fieldName,
Object value) |
BoundingPoly |
BoundingPoly.setNormalizedVertices(List<NormalizedVertex> normalizedVertices)
The bounding polygon normalized vertices.
|
BoundingPoly |
BoundingPoly.setVertices(List<Vertex> vertices)
The bounding polygon vertices.
|
Modifier and Type | Method and Description |
---|---|
List<BoundingPoly> |
ReferenceImage.getBoundingPolys()
Bounding polygons around the areas of interest in the reference image.
|
Modifier and Type | Method and Description |
---|---|
Word |
Word.setBoundingBox(BoundingPoly boundingBox)
The bounding box for the word.
|
Block |
Block.setBoundingBox(BoundingPoly boundingBox)
The bounding box for the block.
|
Paragraph |
Paragraph.setBoundingBox(BoundingPoly boundingBox)
The bounding box for the paragraph.
|
Symbol |
Symbol.setBoundingBox(BoundingPoly boundingBox)
The bounding box for the symbol.
|
FaceAnnotation |
FaceAnnotation.setBoundingPoly(BoundingPoly boundingPoly)
The bounding polygon around the face.
|
EntityAnnotation |
EntityAnnotation.setBoundingPoly(BoundingPoly boundingPoly)
Image region to which this entity belongs.
|
CropHint |
CropHint.setBoundingPoly(BoundingPoly boundingPoly)
The bounding polygon for the crop region.
|
GroupedResult |
GroupedResult.setBoundingPoly(BoundingPoly boundingPoly)
The bounding polygon around the product detected in the query image.
|
ProductSearchParams |
ProductSearchParams.setBoundingPoly(BoundingPoly boundingPoly)
The bounding polygon around the area of interest in the image.
|
LocalizedObjectAnnotation |
LocalizedObjectAnnotation.setBoundingPoly(BoundingPoly boundingPoly)
Image region to which this object belongs.
|
FaceAnnotation |
FaceAnnotation.setFdBoundingPoly(BoundingPoly fdBoundingPoly)
The `fd_bounding_poly` bounding polygon is tighter than the `boundingPoly`, and encloses only
the skin part of the face.
|
Modifier and Type | Method and Description |
---|---|
ReferenceImage |
ReferenceImage.setBoundingPolys(List<BoundingPoly> boundingPolys)
Bounding polygons around the areas of interest in the reference image.
|
Copyright © 2011–2019 Google. All rights reserved.