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
"""AiBcrBase64Image - a model defined in Swagger"""
58
+
"""
59
+
Image to recognize
60
+
:param is_single (bool) Determines that image contains single VCard or more. Ignored in current version. Multiple cards on image support will be added soon
Copy file name to clipboardExpand all lines: sdk/AsposeEmailCloudSdk/models/ai_bcr_image.py
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,10 @@ class AiBcrImage(object):
56
56
}
57
57
58
58
def__init__(self, is_single: bool=None):
59
-
"""AiBcrImage - a model defined in Swagger"""
59
+
"""
60
+
Image for recognition
61
+
:param is_single (bool) Determines that image contains single VCard or more. Ignored in current version. Multiple cards on image support will be added soon
"""AiBcrImageStorageFile - a model defined in Swagger"""
59
+
"""
60
+
Image from storage for recognition
61
+
:param is_single (bool) Determines that image contains single VCard or more. Ignored in current version. Multiple cards on image support will be added soon
0 commit comments