| Package | Description | 
|---|---|
| com.google.api.services.vision.v1p2beta1.model | 
| Modifier and Type | Method and Description | 
|---|---|
| BoundingPoly | BoundingPoly. clone() | 
| BoundingPoly | Symbol. getBoundingBox()The bounding box for the symbol. | 
| 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 | CropHint. getBoundingPoly()The bounding polygon for the crop region. | 
| BoundingPoly | FaceAnnotation. getBoundingPoly()The bounding polygon around the face. | 
| BoundingPoly | LocalizedObjectAnnotation. getBoundingPoly()Image region to which this object belongs. | 
| BoundingPoly | GroupedResult. getBoundingPoly()The bounding polygon around the product detected in the query image. | 
| BoundingPoly | EntityAnnotation. getBoundingPoly()Image region to which this entity 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()Optional. | 
| Modifier and Type | Method and Description | 
|---|---|
| Symbol | Symbol. setBoundingBox(BoundingPoly boundingBox)The bounding box for the symbol. | 
| 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. | 
| CropHint | CropHint. setBoundingPoly(BoundingPoly boundingPoly)The bounding polygon for the crop region. | 
| FaceAnnotation | FaceAnnotation. setBoundingPoly(BoundingPoly boundingPoly)The bounding polygon around the face. | 
| LocalizedObjectAnnotation | LocalizedObjectAnnotation. setBoundingPoly(BoundingPoly boundingPoly)Image region to which this object belongs. | 
| GroupedResult | GroupedResult. setBoundingPoly(BoundingPoly boundingPoly)The bounding polygon around the product detected in the query image. | 
| EntityAnnotation | EntityAnnotation. setBoundingPoly(BoundingPoly boundingPoly)Image region to which this entity 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)Optional. | 
Copyright © 2011–2025 Google. All rights reserved.