Package | Description |
---|---|
com.google.api.services.vision.v1.model |
Modifier and Type | Method and Description |
---|---|
CropHint |
CropHint.clone() |
CropHint |
CropHint.set(String fieldName,
Object value) |
CropHint |
CropHint.setBoundingPoly(BoundingPoly boundingPoly)
The bounding polygon for the crop region.
|
CropHint |
CropHint.setConfidence(Float confidence)
Confidence of this being a salient region.
|
CropHint |
CropHint.setImportanceFraction(Float importanceFraction)
Fraction of importance of this salient region with respect to the original image.
|
Modifier and Type | Method and Description |
---|---|
List<CropHint> |
CropHintsAnnotation.getCropHints()
Crop hint results.
|
Modifier and Type | Method and Description |
---|---|
CropHintsAnnotation |
CropHintsAnnotation.setCropHints(List<CropHint> cropHints)
Crop hint results.
|
Copyright © 2011–2019 Google. All rights reserved.