ORKAmslerGridResult Class Reference

Inherits from ORKResult : NSObject
Declared in ORKAmslerGridResult.h

The ORKAmslerGridResult class represents the result of a successful attempt of ORKAmslerGridStep.

An amsler grid result is typically generated by the framework as the task proceeds. When the task completes, it may be appropriate to serialize the sample for transmission to a server or to immediately perform analysis on it.

  eyeSide

Eye side closed.

@property (nonatomic) ORKAmslerGridEyeSide eyeSide

Declared In

ORKAmslerGridResult.h

  image

The image for the step.

@property (nonatomic, nullable) UIImage *image

Declared In

ORKAmslerGridResult.h

  path

The path used to mark the area in the image.

@property (nonatomic, copy, nullable) NSArray<UIBezierPath*> *path

Declared In

ORKAmslerGridResult.h