@Namespace(value="tesseract") @NoOffset @Properties(inherit=tesseract.class) public class OSResults extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
OSResults() |
OSResults(long size)
Native array allocator.
|
OSResults(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
accumulate(OSResults osr) |
OSBestResult |
best_result() |
OSResults |
best_result(OSBestResult setter) |
int |
get_best_script(int orientation_id) |
OSResults |
getPointer(long i) |
FloatPointer |
orientations() |
float |
orientations(int i) |
OSResults |
orientations(int i,
float setter) |
OSResults |
position(long position) |
void |
print_scores() |
void |
print_scores(int orientation_id) |
FloatPointer |
scripts_na() |
float |
scripts_na(int i,
int j) |
OSResults |
scripts_na(int i,
int j,
float setter) |
void |
set_best_orientation(int orientation_id) |
UNICHARSET |
unicharset() |
OSResults |
unicharset(UNICHARSET setter) |
void |
update_best_orientation() |
void |
update_best_script(int orientation_id) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic OSResults(Pointer p)
Pointer(Pointer).public OSResults(long size)
Pointer.position(long).public OSResults()
public OSResults getPointer(long i)
getPointer in class Pointerpublic void update_best_orientation()
public void set_best_orientation(int orientation_id)
public void update_best_script(int orientation_id)
public int get_best_script(int orientation_id)
public void print_scores()
public void print_scores(int orientation_id)
public float orientations(int i)
public OSResults orientations(int i, float setter)
@MemberGetter public FloatPointer orientations()
public float scripts_na(int i,
int j)
public OSResults scripts_na(int i, int j, float setter)
@MemberGetter @Cast(value="float*") public FloatPointer scripts_na()
public UNICHARSET unicharset()
public OSResults unicharset(UNICHARSET setter)
@ByRef public OSBestResult best_result()
public OSResults best_result(OSBestResult setter)
Copyright © 2022. All rights reserved.