Package | Description |
---|---|
com.google.api.services.vision.v1.model |
Modifier and Type | Method and Description |
---|---|
GoogleCloudVisionV1p5beta1BoundingPoly |
GoogleCloudVisionV1p5beta1BoundingPoly.clone() |
GoogleCloudVisionV1p5beta1BoundingPoly |
GoogleCloudVisionV1p5beta1Symbol.getBoundingBox()
The bounding box for the symbol.
|
GoogleCloudVisionV1p5beta1BoundingPoly |
GoogleCloudVisionV1p5beta1Word.getBoundingBox()
The bounding box for the word.
|
GoogleCloudVisionV1p5beta1BoundingPoly |
GoogleCloudVisionV1p5beta1Block.getBoundingBox()
The bounding box for the block.
|
GoogleCloudVisionV1p5beta1BoundingPoly |
GoogleCloudVisionV1p5beta1Paragraph.getBoundingBox()
The bounding box for the paragraph.
|
GoogleCloudVisionV1p5beta1BoundingPoly |
GoogleCloudVisionV1p5beta1ProductSearchResultsGroupedResult.getBoundingPoly()
The bounding polygon around the product detected in the query image.
|
GoogleCloudVisionV1p5beta1BoundingPoly |
GoogleCloudVisionV1p5beta1LocalizedObjectAnnotation.getBoundingPoly()
Image region to which this object belongs.
|
GoogleCloudVisionV1p5beta1BoundingPoly |
GoogleCloudVisionV1p5beta1FaceAnnotation.getBoundingPoly()
The bounding polygon around the face.
|
GoogleCloudVisionV1p5beta1BoundingPoly |
GoogleCloudVisionV1p5beta1CropHint.getBoundingPoly()
The bounding polygon for the crop region.
|
GoogleCloudVisionV1p5beta1BoundingPoly |
GoogleCloudVisionV1p5beta1EntityAnnotation.getBoundingPoly()
Image region to which this entity belongs.
|
GoogleCloudVisionV1p5beta1BoundingPoly |
GoogleCloudVisionV1p5beta1FaceAnnotation.getFdBoundingPoly()
The `fd_bounding_poly` bounding polygon is tighter than the `boundingPoly`, and encloses only
the skin part of the face.
|
GoogleCloudVisionV1p5beta1BoundingPoly |
GoogleCloudVisionV1p5beta1BoundingPoly.set(String fieldName,
Object value) |
GoogleCloudVisionV1p5beta1BoundingPoly |
GoogleCloudVisionV1p5beta1BoundingPoly.setNormalizedVertices(List<GoogleCloudVisionV1p5beta1NormalizedVertex> normalizedVertices)
The bounding polygon normalized vertices.
|
GoogleCloudVisionV1p5beta1BoundingPoly |
GoogleCloudVisionV1p5beta1BoundingPoly.setVertices(List<GoogleCloudVisionV1p5beta1Vertex> vertices)
The bounding polygon vertices.
|
Modifier and Type | Method and Description |
---|---|
List<GoogleCloudVisionV1p5beta1BoundingPoly> |
GoogleCloudVisionV1p5beta1ReferenceImage.getBoundingPolys()
Bounding polygons around the areas of interest in the reference image.
|
Modifier and Type | Method and Description |
---|---|
GoogleCloudVisionV1p5beta1Symbol |
GoogleCloudVisionV1p5beta1Symbol.setBoundingBox(GoogleCloudVisionV1p5beta1BoundingPoly boundingBox)
The bounding box for the symbol.
|
GoogleCloudVisionV1p5beta1Word |
GoogleCloudVisionV1p5beta1Word.setBoundingBox(GoogleCloudVisionV1p5beta1BoundingPoly boundingBox)
The bounding box for the word.
|
GoogleCloudVisionV1p5beta1Block |
GoogleCloudVisionV1p5beta1Block.setBoundingBox(GoogleCloudVisionV1p5beta1BoundingPoly boundingBox)
The bounding box for the block.
|
GoogleCloudVisionV1p5beta1Paragraph |
GoogleCloudVisionV1p5beta1Paragraph.setBoundingBox(GoogleCloudVisionV1p5beta1BoundingPoly boundingBox)
The bounding box for the paragraph.
|
GoogleCloudVisionV1p5beta1ProductSearchResultsGroupedResult |
GoogleCloudVisionV1p5beta1ProductSearchResultsGroupedResult.setBoundingPoly(GoogleCloudVisionV1p5beta1BoundingPoly boundingPoly)
The bounding polygon around the product detected in the query image.
|
GoogleCloudVisionV1p5beta1LocalizedObjectAnnotation |
GoogleCloudVisionV1p5beta1LocalizedObjectAnnotation.setBoundingPoly(GoogleCloudVisionV1p5beta1BoundingPoly boundingPoly)
Image region to which this object belongs.
|
GoogleCloudVisionV1p5beta1FaceAnnotation |
GoogleCloudVisionV1p5beta1FaceAnnotation.setBoundingPoly(GoogleCloudVisionV1p5beta1BoundingPoly boundingPoly)
The bounding polygon around the face.
|
GoogleCloudVisionV1p5beta1CropHint |
GoogleCloudVisionV1p5beta1CropHint.setBoundingPoly(GoogleCloudVisionV1p5beta1BoundingPoly boundingPoly)
The bounding polygon for the crop region.
|
GoogleCloudVisionV1p5beta1EntityAnnotation |
GoogleCloudVisionV1p5beta1EntityAnnotation.setBoundingPoly(GoogleCloudVisionV1p5beta1BoundingPoly boundingPoly)
Image region to which this entity belongs.
|
GoogleCloudVisionV1p5beta1FaceAnnotation |
GoogleCloudVisionV1p5beta1FaceAnnotation.setFdBoundingPoly(GoogleCloudVisionV1p5beta1BoundingPoly 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 |
---|---|
GoogleCloudVisionV1p5beta1ReferenceImage |
GoogleCloudVisionV1p5beta1ReferenceImage.setBoundingPolys(List<GoogleCloudVisionV1p5beta1BoundingPoly> boundingPolys)
Bounding polygons around the areas of interest in the reference image.
|
Copyright © 2011–2019 Google. All rights reserved.