Class FieldState
java.lang.Object
com.microblink.blinkid.entities.recognizers.blinkid.generic.datamatch.FieldState
- All Implemented Interfaces:
android.os.Parcelable
Data match state for one field.
-
Nested Class Summary
-
Field Summary
FieldsFields inherited from interface android.os.Parcelable
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic FieldStatecreateFromNative(int fieldType, int state) This method is called from native code to buildFieldStatefrom native object.intReturns field on which the data match was performed.getState()Returns the state of the data match for theDataMatchField.voidwriteToParcel(android.os.Parcel dest, int flags)
-
Field Details
-
CREATOR
-
-
Constructor Details
-
FieldState
-
-
Method Details
-
createFromNative
This method is called from native code to buildFieldStatefrom native object. -
getFieldType
Returns field on which the data match was performed.- Returns:
- the field n which the data match was performed
-
getState
Returns the state of the data match for theDataMatchField.- Returns:
- state of the data match for specified field
-
writeToParcel
public void writeToParcel(android.os.Parcel dest, int flags) - Specified by:
writeToParcelin interfaceandroid.os.Parcelable
-
describeContents
public int describeContents()- Specified by:
describeContentsin interfaceandroid.os.Parcelable
-