Class Processor.Result

java.lang.Object
com.microblink.blinkid.entities.Entity.Result
com.microblink.blinkid.entities.processors.Processor.Result
All Implemented Interfaces:
android.os.Parcelable
Direct Known Subclasses:
ImageReturnProcessor.Result
Enclosing class:
Processor<T extends Processor.Result>

public abstract static class Processor.Result extends Entity.Result
  • Constructor Details

    • Result

      protected Result(long nativeResult)
  • Method Details

    • getResultState

      @NonNull public Processor.Result.State getResultState()
      Returns the state of the processor.
      Returns:
      the state of the processor.
    • isEmpty

      protected final boolean isEmpty()
      Specified by:
      isEmpty in class Entity.Result