ImageEn, unit iexGoogleApi

TIEGoogleVision.HasObjectAnnotations

TIEGoogleVision.HasObjectAnnotations

Declaration

function HasObjectAnnotations(): Boolean;

Description

Returns True if there are valid results for Object localization (from a iegrObjectLocalization request).

Example

// Check whether object annotations isareavailable
b := IEGoogleVision1.HasObjectAnnotations();