GSKCameraSessionDocumentDetection
Objective-C
NS_ENUM(NSInteger, GSKCameraSessionDocumentDetection) {
GSKCameraSessionDocumentDetectionNone,
GSKCameraSessionDocumentDetectionHighlight,
GSKCameraSessionDocumentDetectionHighlightAndTrigger,
}
Swift
enum GSKCameraSessionDocumentDetection : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
GSKCameraSessionDocumentDetectionNoneSwift
case none = 0 -
Undocumented
Declaration
Objective-C
GSKCameraSessionDocumentDetectionHighlightSwift
case highlight = 1 -
Undocumented
Declaration
Objective-C
GSKCameraSessionDocumentDetectionHighlightAndTriggerSwift
case highlightAndTrigger = 2
GSKCameraSessionDocumentDetection Enumeration Reference