android-vision icon indicating copy to clipboard operation
android-vision copied to clipboard

typo on codelabs mobile-vision-ocr/#7

Open curious-monggo opened this issue 6 years ago • 1 comments

public boolean contains(float x, float y) { // TODO: Check if this graphic's text contains this point. if (text == null) { return false; } RectF rect = new RectF(text.getBoundingBox()); rect = translateRect(rect); return rect.contans(x, y); }

should be contains, at least I think it should be

curious-monggo avatar Nov 09 '18 15:11 curious-monggo

They've not updated it

wamaeb avatar Jul 16 '19 12:07 wamaeb