📄️ MatchResult:getX()
Returns the X coordinate of the top-left corner of the matched region.
📄️ MatchResult:getY()
Returns the Y coordinate of the top-left corner of the matched region.
📄️ MatchResult:getMiddleX()
Returns the X coordinate of the center point of the matched region.
📄️ MatchResult:getMiddleY()
Returns the Y coordinate of the center point of the matched region.
📄️ MatchResult:getScore()
Returns the confidence score of the match.
📄️ MatchResult:getPoint()
Returns the center point of the matched region as a Point object.
📄️ MatchResult:getRegion()
Returns the matched region as a Region object.
📄️ MatchResult:getText()
Returns the label or text associated with the match.