java.lang.Object
com.microblink.blinkid.entities.recognizers.blinkid.generic.datamatch.FieldState
All Implemented Interfaces:
android.os.Parcelable

public class FieldState extends Object implements android.os.Parcelable
Data match state for one field.
  • Field Details

    • CREATOR

      public static final android.os.Parcelable.Creator<FieldState> CREATOR
  • Constructor Details

  • Method Details

    • createFromNative

      @NonNull public static FieldState createFromNative(int fieldType, int state)
      This method is called from native code to build FieldState from native object.
    • getFieldType

      public DataMatchField getFieldType()
      Returns field on which the data match was performed.
      Returns:
      the field n which the data match was performed
    • getState

      public DataMatchState getState()
      Returns the state of the data match for the DataMatchField.
      Returns:
      state of the data match for specified field
    • writeToParcel

      public void writeToParcel(android.os.Parcel dest, int flags)
      Specified by:
      writeToParcel in interface android.os.Parcelable
    • describeContents

      public int describeContents()
      Specified by:
      describeContents in interface android.os.Parcelable