GSKCameraSessionDocumentDetection
Objective-C
NS_ENUM(NSInteger, GSKCameraSessionDocumentDetection) {
GSKCameraSessionDocumentDetectionNone,
GSKCameraSessionDocumentDetectionHighlight,
GSKCameraSessionDocumentDetectionHighlightAndTrigger,
}
Swift
enum GSKCameraSessionDocumentDetection : Int, @unchecked Sendable
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