IdentifiedText

public protocol IdentifiedText

protocol describing identified text in an image

  • Declaration

    Swift

    var text: String { get }
  • Declaration

    Swift

    var boundingBox: CGRect { get }
  • Declaration

    Swift

    var polygon: Predictions.Polygon? { get }
  • Declaration

    Swift

    var page: Int? { get }