TIEGObjectAnnotation = record mid: string; // Object ID that should align with EntityAnnotation mid. languageCode: string; // The BCP-47 language code, such as "en-US" or "sr-Latn". For more information, see http://www.unicode.org/reports/tr35/#Unicode_locale_identifier name: string; // Object name, expressed in its languageCode language score: Double; // Score of the result. Range [0, 1] boundingPoly: TDRect; // Image region to which this entity belongs (as a percentage of the dimension) end; TIEGObjectAnnotationArray = array of TIEGObjectAnnotation;
Description
Results array for Object localization (iegrObjectLocalization request)
Detects objects in an image, and returns their label and bounding box.