[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: googlevision.pp line 223
type TFaceAnnotation = class(TGoogleBaseObject) |
protected |
procedure SettiltAngle(); virtual; |
procedure SetunderExposedLikelihood(); virtual; |
procedure SetfdBoundingPoly(); virtual; |
procedure SetlandmarkingConfidence(); virtual; |
procedure SetjoyLikelihood(); virtual; |
procedure SetdetectionConfidence(); virtual; |
procedure SetsurpriseLikelihood(); virtual; |
procedure SetangerLikelihood(); virtual; |
procedure SetheadwearLikelihood(); virtual; |
procedure SetpanAngle(); virtual; |
procedure SetboundingPoly(); virtual; |
procedure Setlandmarks(); virtual; |
procedure SetblurredLikelihood(); virtual; |
procedure SetrollAngle(); virtual; |
procedure SetsorrowLikelihood(); virtual; |
published |
property tiltAngle: Integer; [rw] |
property underExposedLikelihood: string; [rw] |
property fdBoundingPoly: TBoundingPoly; [rw] |
property landmarkingConfidence: Integer; [rw] |
property joyLikelihood: string; [rw] |
property detectionConfidence: Integer; [rw] |
property surpriseLikelihood: string; [rw] |
property angerLikelihood: string; [rw] |
property headwearLikelihood: string; [rw] |
property panAngle: Integer; [rw] |
property boundingPoly: TBoundingPoly; [rw] |
property landmarks: TFaceAnnotationTypelandmarksArray; [rw] |
property blurredLikelihood: string; [rw] |
property rollAngle: Integer; [rw] |
property sorrowLikelihood: string; [rw] |
end; |
| |
| |
TObject |