SBSDKPageOrientation
enum SBSDKPageOrientation : NSUInteger {}
Part of the page layout analysis result. Describes the detected orientation of the text.
-
The text is oriented correctly.
Declaration
Objective-C
SBSDKPageOrientationUp
Swift
case up = 0
-
The text is rotated 90 degrees in clockwise direction.
Declaration
Objective-C
SBSDKPageOrientationRight
Swift
case right = 1
-
The text is rotated 180 degrees.
Declaration
Objective-C
SBSDKPageOrientationDown
Swift
case down = 2
-
The text is rotated 90 degrees in counter-clockwise direction.
Declaration
Objective-C
SBSDKPageOrientationLeft
Swift
case left = 3