๐๏ธ 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.