DataDetectorURLItem

public struct DataDetectorURLItem

A result item of the data detection.

  • url

    A founded URL.

    Declaration

    Swift

    public let url: URL
  • A range of a text of the founded URL.

    Declaration

    Swift

    public let range: Range<String.Index>