ImageEn, unit iexGoogleApi

TIEGoogleVision.HasLogoAnnotations

TIEGoogleVision.HasLogoAnnotations

Declaration

function HasLogoAnnotations(): Boolean;

Description

Returns True if there are valid results for Logo detection (from a iegrLogoDetection request).

  

Example

// Check whether logo annotations are available
b := IEGoogleVision1.HasLogoAnnotations();