Beispiel #1
0
 public void set(int i, OCRWord val) {
   VisionProxyJNI.OCRWords_set(swigCPtr, this, i, OCRWord.getCPtr(val), val);
 }
Beispiel #2
0
 public void add(OCRWord x) {
   VisionProxyJNI.OCRWords_add(swigCPtr, this, OCRWord.getCPtr(x), x);
 }