Skip to content

Commit 148cab7

Browse files
actions-userhleb-albau
authored andcommitted
remove deprecated flags
1 parent f620d89 commit 148cab7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Regula.DocumentReader.WebClient/Model/LexicalAnalysisResult.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
namespace Regula.DocumentReader.WebClient.Model
2626
{
2727
/// <summary>
28-
/// Lexical data analysis allows you to compare the results of reading the text data of the MRZ, the document filling area, barcodes and data from the memory of the RFID chip for an additional assessment of the authenticity of the document. Single result for all pages. Deprecated since 5.2. Instead consider to use Result.TEXT type.
28+
/// Lexical data analysis allows you to compare the results of reading the text data of the MRZ, the document filling area, barcodes and data from the memory of the RFID chip for an additional assessment of the authenticity of the document. Single result for all pages. Consider using Result.TEXT type for more simplicity.
2929
/// </summary>
3030
[DataContract]
3131
public partial class LexicalAnalysisResult : ResultItem, IEquatable<LexicalAnalysisResult>, IValidatableObject

0 commit comments

Comments
 (0)