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="isSingle">Determines that image contains single VCard or more </param>
49
+
/// <param name="isSingle">Determines that image contains single VCard or more. Ignored in current version. Multiple cards on image support will be added soon </param>
50
50
/// <param name="base64Data">Image data in base64 </param>
/// Determines that image contains single VCard or more
41
+
/// Determines that image contains single VCard or more. Ignored in current version. Multiple cards on image support will be added soon
42
42
/// </summary>
43
43
publicbool?IsSingle{get;set;}
44
44
45
45
/// <summary>AiBcrImage constructor</summary>
46
46
publicAiBcrImage(){}
47
47
48
48
/// <summary>AiBcrImage constructor</summary>
49
-
/// <param name="isSingle">Determines that image contains single VCard or more </param>
49
+
/// <param name="isSingle">Determines that image contains single VCard or more. Ignored in current version. Multiple cards on image support will be added soon </param>
/// <param name="isSingle">Determines that image contains single VCard or more </param>
49
+
/// <param name="isSingle">Determines that image contains single VCard or more. Ignored in current version. Multiple cards on image support will be added soon </param>
0 commit comments