@Namespace(value="tesseract") @NoOffset @Properties(inherit=tesseract.class) public class ScriptDetector extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
ScriptDetector(int[] allowed_scripts,
OSResults osr,
Tesseract tess) |
ScriptDetector(IntBuffer allowed_scripts,
OSResults osr,
Tesseract tess) |
ScriptDetector(IntPointer allowed_scripts,
OSResults osr,
Tesseract tess) |
ScriptDetector(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
detect_blob(BLOB_CHOICE_LIST scores) |
boolean |
must_stop(int orientation) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getPointer, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic ScriptDetector(Pointer p)
Pointer(Pointer).public ScriptDetector(@StdVector IntPointer allowed_scripts, OSResults osr, Tesseract tess)
public ScriptDetector(@StdVector IntBuffer allowed_scripts, OSResults osr, Tesseract tess)
public ScriptDetector(@StdVector int[] allowed_scripts, OSResults osr, Tesseract tess)
public void detect_blob(BLOB_CHOICE_LIST scores)
Copyright © 2022. All rights reserved.