Contents

analysisHasText(at:)

Returns a Boolean value that indicates whether the analysis finds text at the specified point.

Declaration

@MainActor final func analysisHasText(at point: CGPoint) -> Bool

Parameters

  • point:

    A point in the image, in view coordinates.

Return Value

true if text exists at point; otherwise, false.

See Also

Accessing text information