hasDataDetector(at:)
Returns a Boolean value that indicates whether the analysis detects data at the specified point.
Declaration
@MainActor final func hasDataDetector(at point: CGPoint) -> BoolParameters
- point:
A point in the image, in view coordinates.
Return Value
true if the analyzer detects data at point; otherwise, false.