| ImageEn, unit iexGoogleApi |
|
TIEGoogleVision.HasTextAnnotations
Declaration
function HasTextAnnotations(): Boolean;
Description
Returns True if there are
valid results for Text detection (from a
iegrTextDetection or
iegrDocumentTextDetection request).
Example
// Check whether text annotations are available
b := IEGoogleVision1.HasTextAnnotations();