| ImageEn, unit iexGoogleApi |
|
TIEGoogleVision.HasCropHintsAnnotation
Declaration
function HasCropHintsAnnotation(): Boolean;
Description
Returns True if there are
valid results for Crop hint detection (from a
iegrCropHintsDetection request).
Example
// Check whether crop hints annotation are available
b := IEGoogleVision1.HasCropHintsAnnotation();