You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: visionSamples/ocr-reader/app/src/main/java/com/google/android/gms/samples/vision/ocrreader/OcrGraphic.java
-9Lines changed: 0 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -73,15 +73,6 @@ public TextBlock getTextBlock() {
73
73
returnmText;
74
74
}
75
75
76
-
/**
77
-
* Updates the TextBlock instance from the detection of the most recent frame. Invalidates the
78
-
* relevant portions of the overlay to trigger a redraw.
79
-
*/
80
-
voidupdateItem(TextBlocktext) {
81
-
mText = text;
82
-
postInvalidate();
83
-
}
84
-
85
76
/**
86
77
* Checks whether a point is within the bounding box of this graphic.
87
78
* The provided point should be relative to this graphic's containing overlay.
0 commit comments