[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: googlevision.pp line 409
type TEntityAnnotation = class(TGoogleBaseObject) |
protected |
procedure Setmid(); virtual; |
procedure Setdescription(); virtual; |
procedure Settopicality(); virtual; |
procedure Setlocale(); virtual; |
procedure Setproperties(); virtual; |
procedure Setscore(); virtual; |
procedure SetboundingPoly(); virtual; |
procedure Setlocations(); virtual; |
procedure Setconfidence(); virtual; |
published |
property mid: string; [rw] |
property description: string; [rw] |
property topicality: Integer; [rw] |
property locale: string; [rw] |
property properties: TEntityAnnotationTypepropertiesArray; [rw] |
property score: Integer; [rw] |
property boundingPoly: TBoundingPoly; [rw] |
property locations: TEntityAnnotationTypelocationsArray; [rw] |
property confidence: Integer; [rw] |
end; |
| |
| |
TObject |