| ImageEn, unit iexGoogleApi | 
 | 
 
TIEGCropHintsAnnotation
 
Declaration
  TIEGCropHintsAnnotation = record
    boundingPoly: TRect;           // The bounding polygon for the crop region. The coordinates of the bounding box are in the original image's scale
    confidence: Double;            // Confidence of this being a salient region. Range [0, 1]
    importanceFraction: Double;    // Fraction of importance of this salient region with respect to the original image
  end;
Description
Results array for Crop hint detection (iegrCropHintsDetection request)
Suggests a crop region for the image and returns its importance relative to the original image for each request.
See Also
◼CropHintsAnnotation