ImageEn, unit iexGoogleApi

TIEGWebEntity


Declaration

  TIEGWebEntity = record
    entityId: string;         // Opaque entity ID
    score: Double;            // Overall relevancy score for the entity. Not normalized and not comparable across different image queries
    description: string;      // Canonical description of the entity, in English
  end;