public interface Result
com.microblink.blinkinput.recognizers.IResultHolder#getObject(String).
 The sole purpose of this interface is to provide method Result.getNativeResult() which returns the native java
 object containing the result.| Modifier and Type | Method and Description | 
|---|---|
java.lang.Object | 
getNativeResult()
Returns the native java object containing the result. 
 | 
java.lang.String | 
getStringResult()
Returns the string version of the result. 
 | 
@Nullable java.lang.Object getNativeResult()
DateResult, this method
 will return Date object.@Nullable java.lang.String getStringResult()
DateResult, this method
 will return original string from which date was parsed (same as DateResult.getOriginalDateString().