GSKCameraSessionDocumentDetection
NS_ENUM(NSInteger, GSKCameraSessionDocumentDetection) {
GSKCameraSessionDocumentDetectionNone,
GSKCameraSessionDocumentDetectionHighlight,
GSKCameraSessionDocumentDetectionHighlightAndTrigger,
}
Undocumented
-
Undocumented
Declaration
Objective-C
GSKCameraSessionDocumentDetectionNone
Swift
case none = 0
-
Undocumented
Declaration
Objective-C
GSKCameraSessionDocumentDetectionHighlight
Swift
case highlight = 1
-
Undocumented
Declaration
Objective-C
GSKCameraSessionDocumentDetectionHighlightAndTrigger
Swift
case highlightAndTrigger = 2