Class ParserGroupProcessor.Result

java.lang.Object
com.microblink.photopay.entities.Entity.Result
com.microblink.photopay.entities.processors.Processor.Result
com.microblink.photopay.entities.processors.parserGroup.ParserGroupProcessor.Result
All Implemented Interfaces:
android.os.Parcelable
Enclosing class:
ParserGroupProcessor

public static final class ParserGroupProcessor.Result extends Processor.Result
  • Field Details

  • Constructor Details

    • Result

      protected Result(long nativeResult)
  • Method Details

    • getOcrResult

      @Nullable public OcrResult getOcrResult()
      Returns the raw OCR result that was used for parsing data.
      Returns:
      raw OCR result that was used for parsing data.
    • serializeToByteArray

      @Nullable protected byte[] serializeToByteArray()
      Specified by:
      serializeToByteArray in class Entity.Result
    • deserializeFromByteArray

      protected void deserializeFromByteArray(@NonNull byte[] arr)
      Specified by:
      deserializeFromByteArray in class Entity.Result
    • terminateNative

      protected void terminateNative(long nativeContext)
      Specified by:
      terminateNative in class Entity.Result
    • clone

      @NonNull public ParserGroupProcessor.Result clone()
      Description copied from class: Entity.Result
      Create a copy of the result. This is required in order to retain the result even after owning entity has mutated it.
      Specified by:
      clone in class Entity.Result
      Returns:
      a copy of the result
    • toString

      @NonNull public String toString()
      Overrides:
      toString in class Object