Skip to content

Commit aa61e7a

Browse files
actions-userhleb-albau
authored andcommitted
remove deprecated flags
1 parent 1217220 commit aa61e7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

client/src/main/generated/com/regula/documentreader/webclient/model/LexicalAnalysisResult.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
/**
1919
* Lexical data analysis allows you to compare the results of reading the text data of the MRZ, the
2020
* 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.
21+
* assessment of the authenticity of the document. Single result for all pages. Consider using
22+
* Result.TEXT type for more simplicity.
2323
*/
2424
public class LexicalAnalysisResult extends ResultItem {
2525
public static final String SERIALIZED_NAME_LIST_VERIFIED_FIELDS = "ListVerifiedFields";

0 commit comments

Comments
 (0)