You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// <param name="stringsCount">Number of StringsResult array elements (required).</param>
47
47
/// <param name="stringsResult">Array of recognizing probabilities for a each line of text field. Only for Result.VISUAL_TEXT and Result.MRZ_TEXT results. (required).</param>
48
48
/// <param name="bufLength">Buf_Text text string length (required).</param>
49
-
/// <param name="bufText">Text field data in UTF8 format. Results of reading different lines of a multi-line field are separated by '^' (required).</param>
49
+
/// <param name="bufText">Text field data in UTF8 format. Results of reading different lines of a multi-line field are separated by '^'.</param>
/// <param name="stringsCount">Number of StringsResult array elements (required).</param>
50
50
/// <param name="stringsResult">Array of recognizing probabilities for a each line of text field. Only for Result.VISUAL_TEXT and Result.MRZ_TEXT results. (required).</param>
51
51
/// <param name="bufLength">Buf_Text text string length (required).</param>
52
-
/// <param name="bufText">Text field data in UTF8 format. Results of reading different lines of a multi-line field are separated by '^' (required).</param>
52
+
/// <param name="bufText">Text field data in UTF8 format. Results of reading different lines of a multi-line field are separated by '^'.</param>
/// <param name="stringsCount">Number of StringsResult array elements (required).</param>
58
58
/// <param name="stringsResult">Array of recognizing probabilities for a each line of text field. Only for Result.VISUAL_TEXT and Result.MRZ_TEXT results. (required).</param>
59
59
/// <param name="bufLength">Buf_Text text string length (required).</param>
60
-
/// <param name="bufText">Text field data in UTF8 format. Results of reading different lines of a multi-line field are separated by '^' (required).</param>
60
+
/// <param name="bufText">Text field data in UTF8 format. Results of reading different lines of a multi-line field are separated by '^'.</param>
0 commit comments