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) -> BoolParameters
- point:
A point in the image, in view coordinates.
Return Value
true if text exists at point; otherwise, false.