We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1217220 commit aa61e7aCopy full SHA for aa61e7a
1 file changed
client/src/main/generated/com/regula/documentreader/webclient/model/LexicalAnalysisResult.java
@@ -18,8 +18,8 @@
18
/**
19
* Lexical data analysis allows you to compare the results of reading the text data of the MRZ, the
20
* document filling area, barcodes and data from the memory of the RFID chip for an additional
21
- * assessment of the authenticity of the document. Single result for all pages. Deprecated since
22
- * 5.2. Instead consider to use Result.TEXT type.
+ * assessment of the authenticity of the document. Single result for all pages. Consider using
+ * Result.TEXT type for more simplicity.
23
*/
24
public class LexicalAnalysisResult extends ResultItem {
25
public static final String SERIALIZED_NAME_LIST_VERIFIED_FIELDS = "ListVerifiedFields";
0 commit comments