ImageEn, unit iexGoogleApi

TIEGoogleVision.HasLabelAnnotations

TIEGoogleVision.HasLabelAnnotations

Declaration

function HasLabelAnnotations(): Boolean;

Description

Returns True if there are valid results for Label detection (from a iegrLabelDetection request).

Example

// Check whether label annotations are available
b := IEGoogleVision1.HasLabelAnnotations();