GSKCameraSessionDocumentDetection

Objective-C

NS_ENUM(NSInteger, GSKCameraSessionDocumentDetection) {
    GSKCameraSessionDocumentDetectionNone,
    GSKCameraSessionDocumentDetectionHighlight,
    GSKCameraSessionDocumentDetectionHighlightAndTrigger,
}

Swift

enum GSKCameraSessionDocumentDetection : Int, @unchecked Sendable

Undocumented