Contents

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) -> Bool

Parameters

  • point:

    A point in the image, in view coordinates.

Return Value

true if the analyzer detects data at point; otherwise, false.

See Also

Accessing text information