Accusoft.OCRXpress.Java - Updated
get Method
Accusoft.OCRXpress.Java Project > com.accusoft.ocrxpress Package > ResultContainer<T> Class : get Method
The zero based index of the element to return.
Returns the element at the specified position in this container.
Syntax
public T get( 
   int index
)

Parameters

index
The zero based index of the element to return.

Return Value

The element at the specified position in this container.
Exceptions
ExceptionDescription
If the index is out of range.
See Also

Reference

ResultContainer<T> Class
ResultContainer<T> Members