huaweicloudsdkivs 3.1.141__py2.py3-none-any.whl → 3.1.143__py2.py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (54) hide show
  1. huaweicloudsdkivs/v2/ivs_async_client.py +6 -6
  2. huaweicloudsdkivs/v2/ivs_client.py +6 -6
  3. huaweicloudsdkivs/v2/model/actions_list.py +5 -5
  4. huaweicloudsdkivs/v2/model/detect_extention_by_id_card_image_request.py +5 -5
  5. huaweicloudsdkivs/v2/model/detect_extention_by_id_card_image_response.py +7 -7
  6. huaweicloudsdkivs/v2/model/detect_extention_by_name_and_id_request.py +5 -5
  7. huaweicloudsdkivs/v2/model/detect_extention_by_name_and_id_response.py +7 -7
  8. huaweicloudsdkivs/v2/model/detect_standard_by_id_card_image_request.py +5 -5
  9. huaweicloudsdkivs/v2/model/detect_standard_by_id_card_image_response.py +7 -7
  10. huaweicloudsdkivs/v2/model/detect_standard_by_name_and_id_request.py +5 -5
  11. huaweicloudsdkivs/v2/model/detect_standard_by_name_and_id_response.py +7 -7
  12. huaweicloudsdkivs/v2/model/detect_standard_by_video_and_id_card_image_request.py +5 -5
  13. huaweicloudsdkivs/v2/model/detect_standard_by_video_and_id_card_image_response.py +7 -7
  14. huaweicloudsdkivs/v2/model/detect_standard_by_video_and_name_and_id_request.py +5 -5
  15. huaweicloudsdkivs/v2/model/detect_standard_by_video_and_name_and_id_response.py +7 -7
  16. huaweicloudsdkivs/v2/model/extention_req_data_by_id_card_image.py +5 -5
  17. huaweicloudsdkivs/v2/model/extention_req_data_by_name_and_id.py +5 -5
  18. huaweicloudsdkivs/v2/model/extention_resp_data_by_id_card_image.py +9 -9
  19. huaweicloudsdkivs/v2/model/extention_resp_data_by_name_and_id.py +7 -7
  20. huaweicloudsdkivs/v2/model/idcard_result.py +19 -19
  21. huaweicloudsdkivs/v2/model/ivs_extention_by_id_card_image_request_body.py +5 -5
  22. huaweicloudsdkivs/v2/model/ivs_extention_by_id_card_image_request_body_data.py +3 -3
  23. huaweicloudsdkivs/v2/model/ivs_extention_by_id_card_image_response_body_result.py +7 -7
  24. huaweicloudsdkivs/v2/model/ivs_extention_by_name_and_id_request_body.py +5 -5
  25. huaweicloudsdkivs/v2/model/ivs_extention_by_name_and_id_request_body_data.py +3 -3
  26. huaweicloudsdkivs/v2/model/ivs_extention_by_name_and_id_response_body_result.py +7 -7
  27. huaweicloudsdkivs/v2/model/ivs_standard_by_id_card_image_request_body.py +5 -5
  28. huaweicloudsdkivs/v2/model/ivs_standard_by_id_card_image_request_body_data.py +3 -3
  29. huaweicloudsdkivs/v2/model/ivs_standard_by_id_card_image_response_body_result.py +7 -7
  30. huaweicloudsdkivs/v2/model/ivs_standard_by_name_and_id_request_body.py +5 -5
  31. huaweicloudsdkivs/v2/model/ivs_standard_by_name_and_id_request_body_data.py +3 -3
  32. huaweicloudsdkivs/v2/model/ivs_standard_by_name_and_id_response_body_result.py +7 -7
  33. huaweicloudsdkivs/v2/model/ivs_standard_by_video_and_id_card_image_request_body.py +5 -5
  34. huaweicloudsdkivs/v2/model/ivs_standard_by_video_and_id_card_image_request_body_data.py +3 -3
  35. huaweicloudsdkivs/v2/model/ivs_standard_by_video_and_id_card_image_response_body_result.py +7 -7
  36. huaweicloudsdkivs/v2/model/ivs_standard_by_video_and_name_and_id_request_body.py +5 -5
  37. huaweicloudsdkivs/v2/model/ivs_standard_by_video_and_name_and_id_request_body_data.py +3 -3
  38. huaweicloudsdkivs/v2/model/ivs_standard_by_video_and_name_and_id_response_body_result.py +7 -7
  39. huaweicloudsdkivs/v2/model/meta.py +3 -3
  40. huaweicloudsdkivs/v2/model/req_data_by_id_card_image.py +11 -11
  41. huaweicloudsdkivs/v2/model/req_data_by_video_and_id_card_image.py +13 -13
  42. huaweicloudsdkivs/v2/model/resp_data_by_id_card_image.py +11 -11
  43. huaweicloudsdkivs/v2/model/resp_data_by_video_and_id_card_image.py +13 -13
  44. huaweicloudsdkivs/v2/model/standard_req_data_by_name_and_id.py +11 -11
  45. huaweicloudsdkivs/v2/model/standard_req_data_by_video_and_name_and_id.py +13 -13
  46. huaweicloudsdkivs/v2/model/standard_resp_data_by_name_and_id.py +9 -9
  47. huaweicloudsdkivs/v2/model/standard_resp_data_by_video_and_name_and_id.py +11 -11
  48. huaweicloudsdkivs/v2/model/video_result.py +7 -7
  49. {huaweicloudsdkivs-3.1.141.dist-info → huaweicloudsdkivs-3.1.143.dist-info}/METADATA +2 -2
  50. huaweicloudsdkivs-3.1.143.dist-info/RECORD +58 -0
  51. huaweicloudsdkivs-3.1.141.dist-info/RECORD +0 -58
  52. {huaweicloudsdkivs-3.1.141.dist-info → huaweicloudsdkivs-3.1.143.dist-info}/LICENSE +0 -0
  53. {huaweicloudsdkivs-3.1.141.dist-info → huaweicloudsdkivs-3.1.143.dist-info}/WHEEL +0 -0
  54. {huaweicloudsdkivs-3.1.141.dist-info → huaweicloudsdkivs-3.1.143.dist-info}/top_level.txt +0 -0
@@ -29,7 +29,7 @@ class IvsStandardByVideoAndNameAndIdResponseBodyResult:
29
29
  }
30
30
 
31
31
  def __init__(self, service_name=None, count=None, resp_data=None):
32
- """IvsStandardByVideoAndNameAndIdResponseBodyResult
32
+ r"""IvsStandardByVideoAndNameAndIdResponseBodyResult
33
33
 
34
34
  The model defined in huaweicloud sdk
35
35
 
@@ -54,7 +54,7 @@ class IvsStandardByVideoAndNameAndIdResponseBodyResult:
54
54
 
55
55
  @property
56
56
  def service_name(self):
57
- """Gets the service_name of this IvsStandardByVideoAndNameAndIdResponseBodyResult.
57
+ r"""Gets the service_name of this IvsStandardByVideoAndNameAndIdResponseBodyResult.
58
58
 
59
59
  子服务名称。
60
60
 
@@ -65,7 +65,7 @@ class IvsStandardByVideoAndNameAndIdResponseBodyResult:
65
65
 
66
66
  @service_name.setter
67
67
  def service_name(self, service_name):
68
- """Sets the service_name of this IvsStandardByVideoAndNameAndIdResponseBodyResult.
68
+ r"""Sets the service_name of this IvsStandardByVideoAndNameAndIdResponseBodyResult.
69
69
 
70
70
  子服务名称。
71
71
 
@@ -76,7 +76,7 @@ class IvsStandardByVideoAndNameAndIdResponseBodyResult:
76
76
 
77
77
  @property
78
78
  def count(self):
79
- """Gets the count of this IvsStandardByVideoAndNameAndIdResponseBodyResult.
79
+ r"""Gets the count of this IvsStandardByVideoAndNameAndIdResponseBodyResult.
80
80
 
81
81
  成功的结果数量,与resp_data字段对应。
82
82
 
@@ -87,7 +87,7 @@ class IvsStandardByVideoAndNameAndIdResponseBodyResult:
87
87
 
88
88
  @count.setter
89
89
  def count(self, count):
90
- """Sets the count of this IvsStandardByVideoAndNameAndIdResponseBodyResult.
90
+ r"""Sets the count of this IvsStandardByVideoAndNameAndIdResponseBodyResult.
91
91
 
92
92
  成功的结果数量,与resp_data字段对应。
93
93
 
@@ -98,7 +98,7 @@ class IvsStandardByVideoAndNameAndIdResponseBodyResult:
98
98
 
99
99
  @property
100
100
  def resp_data(self):
101
- """Gets the resp_data of this IvsStandardByVideoAndNameAndIdResponseBodyResult.
101
+ r"""Gets the resp_data of this IvsStandardByVideoAndNameAndIdResponseBodyResult.
102
102
 
103
103
  请求列表,用于支持批量调用。目前暂时只支持单个数据查询。
104
104
 
@@ -109,7 +109,7 @@ class IvsStandardByVideoAndNameAndIdResponseBodyResult:
109
109
 
110
110
  @resp_data.setter
111
111
  def resp_data(self, resp_data):
112
- """Sets the resp_data of this IvsStandardByVideoAndNameAndIdResponseBodyResult.
112
+ r"""Sets the resp_data of this IvsStandardByVideoAndNameAndIdResponseBodyResult.
113
113
 
114
114
  请求列表,用于支持批量调用。目前暂时只支持单个数据查询。
115
115
 
@@ -25,7 +25,7 @@ class Meta:
25
25
  }
26
26
 
27
27
  def __init__(self, uuid=None):
28
- """Meta
28
+ r"""Meta
29
29
 
30
30
  The model defined in huaweicloud sdk
31
31
 
@@ -43,7 +43,7 @@ class Meta:
43
43
 
44
44
  @property
45
45
  def uuid(self):
46
- """Gets the uuid of this Meta.
46
+ r"""Gets the uuid of this Meta.
47
47
 
48
48
  唯一标识此次请求的ID,用户自定义,不超过64位。
49
49
 
@@ -54,7 +54,7 @@ class Meta:
54
54
 
55
55
  @uuid.setter
56
56
  def uuid(self, uuid):
57
- """Sets the uuid of this Meta.
57
+ r"""Sets the uuid of this Meta.
58
58
 
59
59
  唯一标识此次请求的ID,用户自定义,不超过64位。
60
60
 
@@ -33,7 +33,7 @@ class ReqDataByIdCardImage:
33
33
  }
34
34
 
35
35
  def __init__(self, idcard_image1=None, idcard_image2=None, face_image=None, detail=None, crop=None):
36
- """ReqDataByIdCardImage
36
+ r"""ReqDataByIdCardImage
37
37
 
38
38
  The model defined in huaweicloud sdk
39
39
 
@@ -69,7 +69,7 @@ class ReqDataByIdCardImage:
69
69
 
70
70
  @property
71
71
  def idcard_image1(self):
72
- """Gets the idcard_image1 of this ReqDataByIdCardImage.
72
+ r"""Gets the idcard_image1 of this ReqDataByIdCardImage.
73
73
 
74
74
  身份证人像面图像数据,使用base64编码,要求base64编码后大小不超过4M。图像各边的像素大小在300到4000之间,支持JPG格式。
75
75
 
@@ -80,7 +80,7 @@ class ReqDataByIdCardImage:
80
80
 
81
81
  @idcard_image1.setter
82
82
  def idcard_image1(self, idcard_image1):
83
- """Sets the idcard_image1 of this ReqDataByIdCardImage.
83
+ r"""Sets the idcard_image1 of this ReqDataByIdCardImage.
84
84
 
85
85
  身份证人像面图像数据,使用base64编码,要求base64编码后大小不超过4M。图像各边的像素大小在300到4000之间,支持JPG格式。
86
86
 
@@ -91,7 +91,7 @@ class ReqDataByIdCardImage:
91
91
 
92
92
  @property
93
93
  def idcard_image2(self):
94
- """Gets the idcard_image2 of this ReqDataByIdCardImage.
94
+ r"""Gets the idcard_image2 of this ReqDataByIdCardImage.
95
95
 
96
96
  身份证国徽面图像数据,使用base64编码,要求base64编码后大小不超过4M。图像各边的像素大小在300到4000之间,支持JPG格式。
97
97
 
@@ -102,7 +102,7 @@ class ReqDataByIdCardImage:
102
102
 
103
103
  @idcard_image2.setter
104
104
  def idcard_image2(self, idcard_image2):
105
- """Sets the idcard_image2 of this ReqDataByIdCardImage.
105
+ r"""Sets the idcard_image2 of this ReqDataByIdCardImage.
106
106
 
107
107
  身份证国徽面图像数据,使用base64编码,要求base64编码后大小不超过4M。图像各边的像素大小在300到4000之间,支持JPG格式。
108
108
 
@@ -113,7 +113,7 @@ class ReqDataByIdCardImage:
113
113
 
114
114
  @property
115
115
  def face_image(self):
116
- """Gets the face_image of this ReqDataByIdCardImage.
116
+ r"""Gets the face_image of this ReqDataByIdCardImage.
117
117
 
118
118
  现场人像图像数据,使用base64编码,要求base64编码后大小不超过4M。图像各边的像素大小在300到4000之间,支持JPG格式。
119
119
 
@@ -124,7 +124,7 @@ class ReqDataByIdCardImage:
124
124
 
125
125
  @face_image.setter
126
126
  def face_image(self, face_image):
127
- """Sets the face_image of this ReqDataByIdCardImage.
127
+ r"""Sets the face_image of this ReqDataByIdCardImage.
128
128
 
129
129
  现场人像图像数据,使用base64编码,要求base64编码后大小不超过4M。图像各边的像素大小在300到4000之间,支持JPG格式。
130
130
 
@@ -135,7 +135,7 @@ class ReqDataByIdCardImage:
135
135
 
136
136
  @property
137
137
  def detail(self):
138
- """Gets the detail of this ReqDataByIdCardImage.
138
+ r"""Gets the detail of this ReqDataByIdCardImage.
139
139
 
140
140
  响应参数similarity是否详细显示,默认为false。 - true表示响应中的similarity为0~1000的小数。 - false表示响应中的similarity为0~100的整数。
141
141
 
@@ -146,7 +146,7 @@ class ReqDataByIdCardImage:
146
146
 
147
147
  @detail.setter
148
148
  def detail(self, detail):
149
- """Sets the detail of this ReqDataByIdCardImage.
149
+ r"""Sets the detail of this ReqDataByIdCardImage.
150
150
 
151
151
  响应参数similarity是否详细显示,默认为false。 - true表示响应中的similarity为0~1000的小数。 - false表示响应中的similarity为0~100的整数。
152
152
 
@@ -157,7 +157,7 @@ class ReqDataByIdCardImage:
157
157
 
158
158
  @property
159
159
  def crop(self):
160
- """Gets the crop of this ReqDataByIdCardImage.
160
+ r"""Gets the crop of this ReqDataByIdCardImage.
161
161
 
162
162
  是否允许对入参face_image进行人脸检测及图片裁剪,默认为true,表示允许。
163
163
 
@@ -168,7 +168,7 @@ class ReqDataByIdCardImage:
168
168
 
169
169
  @crop.setter
170
170
  def crop(self, crop):
171
- """Sets the crop of this ReqDataByIdCardImage.
171
+ r"""Sets the crop of this ReqDataByIdCardImage.
172
172
 
173
173
  是否允许对入参face_image进行人脸检测及图片裁剪,默认为true,表示允许。
174
174
 
@@ -35,7 +35,7 @@ class ReqDataByVideoAndIdCardImage:
35
35
  }
36
36
 
37
37
  def __init__(self, idcard_image1=None, idcard_image2=None, video=None, actions=None, nod_threshold=None, detail=None):
38
- """ReqDataByVideoAndIdCardImage
38
+ r"""ReqDataByVideoAndIdCardImage
39
39
 
40
40
  The model defined in huaweicloud sdk
41
41
 
@@ -75,7 +75,7 @@ class ReqDataByVideoAndIdCardImage:
75
75
 
76
76
  @property
77
77
  def idcard_image1(self):
78
- """Gets the idcard_image1 of this ReqDataByVideoAndIdCardImage.
78
+ r"""Gets the idcard_image1 of this ReqDataByVideoAndIdCardImage.
79
79
 
80
80
  身份证人像面图像数据,使用base64编码,要求base64编码后大小不超过4M。图像各边的像素大小在300到4000之间,支持JPG格式。
81
81
 
@@ -86,7 +86,7 @@ class ReqDataByVideoAndIdCardImage:
86
86
 
87
87
  @idcard_image1.setter
88
88
  def idcard_image1(self, idcard_image1):
89
- """Sets the idcard_image1 of this ReqDataByVideoAndIdCardImage.
89
+ r"""Sets the idcard_image1 of this ReqDataByVideoAndIdCardImage.
90
90
 
91
91
  身份证人像面图像数据,使用base64编码,要求base64编码后大小不超过4M。图像各边的像素大小在300到4000之间,支持JPG格式。
92
92
 
@@ -97,7 +97,7 @@ class ReqDataByVideoAndIdCardImage:
97
97
 
98
98
  @property
99
99
  def idcard_image2(self):
100
- """Gets the idcard_image2 of this ReqDataByVideoAndIdCardImage.
100
+ r"""Gets the idcard_image2 of this ReqDataByVideoAndIdCardImage.
101
101
 
102
102
  身份证国徽面图像数据,使用base64编码,要求base64编码后大小不超过4M。图像各边的像素大小在300到4000之间,支持JPG格式。
103
103
 
@@ -108,7 +108,7 @@ class ReqDataByVideoAndIdCardImage:
108
108
 
109
109
  @idcard_image2.setter
110
110
  def idcard_image2(self, idcard_image2):
111
- """Sets the idcard_image2 of this ReqDataByVideoAndIdCardImage.
111
+ r"""Sets the idcard_image2 of this ReqDataByVideoAndIdCardImage.
112
112
 
113
113
  身份证国徽面图像数据,使用base64编码,要求base64编码后大小不超过4M。图像各边的像素大小在300到4000之间,支持JPG格式。
114
114
 
@@ -119,7 +119,7 @@ class ReqDataByVideoAndIdCardImage:
119
119
 
120
120
  @property
121
121
  def video(self):
122
- """Gets the video of this ReqDataByVideoAndIdCardImage.
122
+ r"""Gets the video of this ReqDataByVideoAndIdCardImage.
123
123
 
124
124
  现场拍摄人像视频数据,使用base64编码,要求base64编码后大小不超过10M。
125
125
 
@@ -130,7 +130,7 @@ class ReqDataByVideoAndIdCardImage:
130
130
 
131
131
  @video.setter
132
132
  def video(self, video):
133
- """Sets the video of this ReqDataByVideoAndIdCardImage.
133
+ r"""Sets the video of this ReqDataByVideoAndIdCardImage.
134
134
 
135
135
  现场拍摄人像视频数据,使用base64编码,要求base64编码后大小不超过10M。
136
136
 
@@ -141,7 +141,7 @@ class ReqDataByVideoAndIdCardImage:
141
141
 
142
142
  @property
143
143
  def actions(self):
144
- """Gets the actions of this ReqDataByVideoAndIdCardImage.
144
+ r"""Gets the actions of this ReqDataByVideoAndIdCardImage.
145
145
 
146
146
  动作代码顺序列表,英文逗号(,)分隔。建议单动作,目前支持的动作有: • 1:左摇头 • 2:右摇头 • 3:点头 • 4:嘴部动作
147
147
 
@@ -152,7 +152,7 @@ class ReqDataByVideoAndIdCardImage:
152
152
 
153
153
  @actions.setter
154
154
  def actions(self, actions):
155
- """Sets the actions of this ReqDataByVideoAndIdCardImage.
155
+ r"""Sets the actions of this ReqDataByVideoAndIdCardImage.
156
156
 
157
157
  动作代码顺序列表,英文逗号(,)分隔。建议单动作,目前支持的动作有: • 1:左摇头 • 2:右摇头 • 3:点头 • 4:嘴部动作
158
158
 
@@ -163,7 +163,7 @@ class ReqDataByVideoAndIdCardImage:
163
163
 
164
164
  @property
165
165
  def nod_threshold(self):
166
- """Gets the nod_threshold of this ReqDataByVideoAndIdCardImage.
166
+ r"""Gets the nod_threshold of this ReqDataByVideoAndIdCardImage.
167
167
 
168
168
  该参数为点头动作幅度的判断门限,取值范围:[1,90],默认为10,单位为度。该值设置越大,则越难判断为点头。
169
169
 
@@ -174,7 +174,7 @@ class ReqDataByVideoAndIdCardImage:
174
174
 
175
175
  @nod_threshold.setter
176
176
  def nod_threshold(self, nod_threshold):
177
- """Sets the nod_threshold of this ReqDataByVideoAndIdCardImage.
177
+ r"""Sets the nod_threshold of this ReqDataByVideoAndIdCardImage.
178
178
 
179
179
  该参数为点头动作幅度的判断门限,取值范围:[1,90],默认为10,单位为度。该值设置越大,则越难判断为点头。
180
180
 
@@ -185,7 +185,7 @@ class ReqDataByVideoAndIdCardImage:
185
185
 
186
186
  @property
187
187
  def detail(self):
188
- """Gets the detail of this ReqDataByVideoAndIdCardImage.
188
+ r"""Gets the detail of this ReqDataByVideoAndIdCardImage.
189
189
 
190
190
  响应参数similarity是否详细显示,默认为false。 - true表示响应中的similarity为0~1000的小数。 - false表示响应中的similarity为0~100的整数。
191
191
 
@@ -196,7 +196,7 @@ class ReqDataByVideoAndIdCardImage:
196
196
 
197
197
  @detail.setter
198
198
  def detail(self, detail):
199
- """Sets the detail of this ReqDataByVideoAndIdCardImage.
199
+ r"""Sets the detail of this ReqDataByVideoAndIdCardImage.
200
200
 
201
201
  响应参数similarity是否详细显示,默认为false。 - true表示响应中的similarity为0~1000的小数。 - false表示响应中的similarity为0~100的整数。
202
202
 
@@ -33,7 +33,7 @@ class RespDataByIdCardImage:
33
33
  }
34
34
 
35
35
  def __init__(self, verification_result=None, verification_message=None, verification_code=None, similarity=None, idcard_result=None):
36
- """RespDataByIdCardImage
36
+ r"""RespDataByIdCardImage
37
37
 
38
38
  The model defined in huaweicloud sdk
39
39
 
@@ -66,7 +66,7 @@ class RespDataByIdCardImage:
66
66
 
67
67
  @property
68
68
  def verification_result(self):
69
- """Gets the verification_result of this RespDataByIdCardImage.
69
+ r"""Gets the verification_result of this RespDataByIdCardImage.
70
70
 
71
71
  审核校验结果: \"valid\"表示身份审核通过; \"invalid\"表示身份审核不通过; \"nonexistent\"表示数据源没有该身份证号码,这种情况一般是被验证人正在办理户籍迁移,或者被验证人是军人或政要。
72
72
 
@@ -77,7 +77,7 @@ class RespDataByIdCardImage:
77
77
 
78
78
  @verification_result.setter
79
79
  def verification_result(self, verification_result):
80
- """Sets the verification_result of this RespDataByIdCardImage.
80
+ r"""Sets the verification_result of this RespDataByIdCardImage.
81
81
 
82
82
  审核校验结果: \"valid\"表示身份审核通过; \"invalid\"表示身份审核不通过; \"nonexistent\"表示数据源没有该身份证号码,这种情况一般是被验证人正在办理户籍迁移,或者被验证人是军人或政要。
83
83
 
@@ -88,7 +88,7 @@ class RespDataByIdCardImage:
88
88
 
89
89
  @property
90
90
  def verification_message(self):
91
- """Gets the verification_message of this RespDataByIdCardImage.
91
+ r"""Gets the verification_message of this RespDataByIdCardImage.
92
92
 
93
93
  审核校验信息,具体参考[校验信息说明](https://support.huaweicloud.com/api-ivs/ivs_02_0017.html)
94
94
 
@@ -99,7 +99,7 @@ class RespDataByIdCardImage:
99
99
 
100
100
  @verification_message.setter
101
101
  def verification_message(self, verification_message):
102
- """Sets the verification_message of this RespDataByIdCardImage.
102
+ r"""Sets the verification_message of this RespDataByIdCardImage.
103
103
 
104
104
  审核校验信息,具体参考[校验信息说明](https://support.huaweicloud.com/api-ivs/ivs_02_0017.html)
105
105
 
@@ -110,7 +110,7 @@ class RespDataByIdCardImage:
110
110
 
111
111
  @property
112
112
  def verification_code(self):
113
- """Gets the verification_code of this RespDataByIdCardImage.
113
+ r"""Gets the verification_code of this RespDataByIdCardImage.
114
114
 
115
115
  审核校验代码,具体参考[校验信息说明](https://support.huaweicloud.com/api-ivs/ivs_02_0017.html)
116
116
 
@@ -121,7 +121,7 @@ class RespDataByIdCardImage:
121
121
 
122
122
  @verification_code.setter
123
123
  def verification_code(self, verification_code):
124
- """Sets the verification_code of this RespDataByIdCardImage.
124
+ r"""Sets the verification_code of this RespDataByIdCardImage.
125
125
 
126
126
  审核校验代码,具体参考[校验信息说明](https://support.huaweicloud.com/api-ivs/ivs_02_0017.html)
127
127
 
@@ -132,7 +132,7 @@ class RespDataByIdCardImage:
132
132
 
133
133
  @property
134
134
  def similarity(self):
135
- """Gets the similarity of this RespDataByIdCardImage.
135
+ r"""Gets the similarity of this RespDataByIdCardImage.
136
136
 
137
137
  人像相识度,取值默认范围为[0,100],当入参detail为true时,取值范围为[0,1000]。
138
138
 
@@ -143,7 +143,7 @@ class RespDataByIdCardImage:
143
143
 
144
144
  @similarity.setter
145
145
  def similarity(self, similarity):
146
- """Sets the similarity of this RespDataByIdCardImage.
146
+ r"""Sets the similarity of this RespDataByIdCardImage.
147
147
 
148
148
  人像相识度,取值默认范围为[0,100],当入参detail为true时,取值范围为[0,1000]。
149
149
 
@@ -154,7 +154,7 @@ class RespDataByIdCardImage:
154
154
 
155
155
  @property
156
156
  def idcard_result(self):
157
- """Gets the idcard_result of this RespDataByIdCardImage.
157
+ r"""Gets the idcard_result of this RespDataByIdCardImage.
158
158
 
159
159
  :return: The idcard_result of this RespDataByIdCardImage.
160
160
  :rtype: :class:`huaweicloudsdkivs.v2.IdcardResult`
@@ -163,7 +163,7 @@ class RespDataByIdCardImage:
163
163
 
164
164
  @idcard_result.setter
165
165
  def idcard_result(self, idcard_result):
166
- """Sets the idcard_result of this RespDataByIdCardImage.
166
+ r"""Sets the idcard_result of this RespDataByIdCardImage.
167
167
 
168
168
  :param idcard_result: The idcard_result of this RespDataByIdCardImage.
169
169
  :type idcard_result: :class:`huaweicloudsdkivs.v2.IdcardResult`
@@ -35,7 +35,7 @@ class RespDataByVideoAndIdCardImage:
35
35
  }
36
36
 
37
37
  def __init__(self, verification_result=None, verification_message=None, verification_code=None, similarity=None, idcard_result=None, video_result=None):
38
- """RespDataByVideoAndIdCardImage
38
+ r"""RespDataByVideoAndIdCardImage
39
39
 
40
40
  The model defined in huaweicloud sdk
41
41
 
@@ -72,7 +72,7 @@ class RespDataByVideoAndIdCardImage:
72
72
 
73
73
  @property
74
74
  def verification_result(self):
75
- """Gets the verification_result of this RespDataByVideoAndIdCardImage.
75
+ r"""Gets the verification_result of this RespDataByVideoAndIdCardImage.
76
76
 
77
77
  审核校验结果: \"valid\"表示身份审核通过; \"invalid\"表示身份审核不通过; \"nonexistent\"表示数据源没有该身份证号码,这种情况一般是被验证人正在办理户籍迁移,或者被验证人是军人或政要。
78
78
 
@@ -83,7 +83,7 @@ class RespDataByVideoAndIdCardImage:
83
83
 
84
84
  @verification_result.setter
85
85
  def verification_result(self, verification_result):
86
- """Sets the verification_result of this RespDataByVideoAndIdCardImage.
86
+ r"""Sets the verification_result of this RespDataByVideoAndIdCardImage.
87
87
 
88
88
  审核校验结果: \"valid\"表示身份审核通过; \"invalid\"表示身份审核不通过; \"nonexistent\"表示数据源没有该身份证号码,这种情况一般是被验证人正在办理户籍迁移,或者被验证人是军人或政要。
89
89
 
@@ -94,7 +94,7 @@ class RespDataByVideoAndIdCardImage:
94
94
 
95
95
  @property
96
96
  def verification_message(self):
97
- """Gets the verification_message of this RespDataByVideoAndIdCardImage.
97
+ r"""Gets the verification_message of this RespDataByVideoAndIdCardImage.
98
98
 
99
99
  审核校验信息,具体参考[校验信息说明](https://support.huaweicloud.com/api-ivs/ivs_02_0017.html)
100
100
 
@@ -105,7 +105,7 @@ class RespDataByVideoAndIdCardImage:
105
105
 
106
106
  @verification_message.setter
107
107
  def verification_message(self, verification_message):
108
- """Sets the verification_message of this RespDataByVideoAndIdCardImage.
108
+ r"""Sets the verification_message of this RespDataByVideoAndIdCardImage.
109
109
 
110
110
  审核校验信息,具体参考[校验信息说明](https://support.huaweicloud.com/api-ivs/ivs_02_0017.html)
111
111
 
@@ -116,7 +116,7 @@ class RespDataByVideoAndIdCardImage:
116
116
 
117
117
  @property
118
118
  def verification_code(self):
119
- """Gets the verification_code of this RespDataByVideoAndIdCardImage.
119
+ r"""Gets the verification_code of this RespDataByVideoAndIdCardImage.
120
120
 
121
121
  审核校验代码,具体参考[校验信息说明](https://support.huaweicloud.com/api-ivs/ivs_02_0017.html)
122
122
 
@@ -127,7 +127,7 @@ class RespDataByVideoAndIdCardImage:
127
127
 
128
128
  @verification_code.setter
129
129
  def verification_code(self, verification_code):
130
- """Sets the verification_code of this RespDataByVideoAndIdCardImage.
130
+ r"""Sets the verification_code of this RespDataByVideoAndIdCardImage.
131
131
 
132
132
  审核校验代码,具体参考[校验信息说明](https://support.huaweicloud.com/api-ivs/ivs_02_0017.html)
133
133
 
@@ -138,7 +138,7 @@ class RespDataByVideoAndIdCardImage:
138
138
 
139
139
  @property
140
140
  def similarity(self):
141
- """Gets the similarity of this RespDataByVideoAndIdCardImage.
141
+ r"""Gets the similarity of this RespDataByVideoAndIdCardImage.
142
142
 
143
143
  人像相识度,取值默认范围为[0,100],当入参detail为true时,取值范围为[0,1000]。
144
144
 
@@ -149,7 +149,7 @@ class RespDataByVideoAndIdCardImage:
149
149
 
150
150
  @similarity.setter
151
151
  def similarity(self, similarity):
152
- """Sets the similarity of this RespDataByVideoAndIdCardImage.
152
+ r"""Sets the similarity of this RespDataByVideoAndIdCardImage.
153
153
 
154
154
  人像相识度,取值默认范围为[0,100],当入参detail为true时,取值范围为[0,1000]。
155
155
 
@@ -160,7 +160,7 @@ class RespDataByVideoAndIdCardImage:
160
160
 
161
161
  @property
162
162
  def idcard_result(self):
163
- """Gets the idcard_result of this RespDataByVideoAndIdCardImage.
163
+ r"""Gets the idcard_result of this RespDataByVideoAndIdCardImage.
164
164
 
165
165
  :return: The idcard_result of this RespDataByVideoAndIdCardImage.
166
166
  :rtype: :class:`huaweicloudsdkivs.v2.IdcardResult`
@@ -169,7 +169,7 @@ class RespDataByVideoAndIdCardImage:
169
169
 
170
170
  @idcard_result.setter
171
171
  def idcard_result(self, idcard_result):
172
- """Sets the idcard_result of this RespDataByVideoAndIdCardImage.
172
+ r"""Sets the idcard_result of this RespDataByVideoAndIdCardImage.
173
173
 
174
174
  :param idcard_result: The idcard_result of this RespDataByVideoAndIdCardImage.
175
175
  :type idcard_result: :class:`huaweicloudsdkivs.v2.IdcardResult`
@@ -178,7 +178,7 @@ class RespDataByVideoAndIdCardImage:
178
178
 
179
179
  @property
180
180
  def video_result(self):
181
- """Gets the video_result of this RespDataByVideoAndIdCardImage.
181
+ r"""Gets the video_result of this RespDataByVideoAndIdCardImage.
182
182
 
183
183
  :return: The video_result of this RespDataByVideoAndIdCardImage.
184
184
  :rtype: :class:`huaweicloudsdkivs.v2.VideoResult`
@@ -187,7 +187,7 @@ class RespDataByVideoAndIdCardImage:
187
187
 
188
188
  @video_result.setter
189
189
  def video_result(self, video_result):
190
- """Sets the video_result of this RespDataByVideoAndIdCardImage.
190
+ r"""Sets the video_result of this RespDataByVideoAndIdCardImage.
191
191
 
192
192
  :param video_result: The video_result of this RespDataByVideoAndIdCardImage.
193
193
  :type video_result: :class:`huaweicloudsdkivs.v2.VideoResult`
@@ -33,7 +33,7 @@ class StandardReqDataByNameAndId:
33
33
  }
34
34
 
35
35
  def __init__(self, verification_name=None, verification_id=None, face_image=None, detail=None, crop=None):
36
- """StandardReqDataByNameAndId
36
+ r"""StandardReqDataByNameAndId
37
37
 
38
38
  The model defined in huaweicloud sdk
39
39
 
@@ -68,7 +68,7 @@ class StandardReqDataByNameAndId:
68
68
 
69
69
  @property
70
70
  def verification_name(self):
71
- """Gets the verification_name of this StandardReqDataByNameAndId.
71
+ r"""Gets the verification_name of this StandardReqDataByNameAndId.
72
72
 
73
73
  被验证人的姓名。
74
74
 
@@ -79,7 +79,7 @@ class StandardReqDataByNameAndId:
79
79
 
80
80
  @verification_name.setter
81
81
  def verification_name(self, verification_name):
82
- """Sets the verification_name of this StandardReqDataByNameAndId.
82
+ r"""Sets the verification_name of this StandardReqDataByNameAndId.
83
83
 
84
84
  被验证人的姓名。
85
85
 
@@ -90,7 +90,7 @@ class StandardReqDataByNameAndId:
90
90
 
91
91
  @property
92
92
  def verification_id(self):
93
- """Gets the verification_id of this StandardReqDataByNameAndId.
93
+ r"""Gets the verification_id of this StandardReqDataByNameAndId.
94
94
 
95
95
  被验证人的身份证号码。
96
96
 
@@ -101,7 +101,7 @@ class StandardReqDataByNameAndId:
101
101
 
102
102
  @verification_id.setter
103
103
  def verification_id(self, verification_id):
104
- """Sets the verification_id of this StandardReqDataByNameAndId.
104
+ r"""Sets the verification_id of this StandardReqDataByNameAndId.
105
105
 
106
106
  被验证人的身份证号码。
107
107
 
@@ -112,7 +112,7 @@ class StandardReqDataByNameAndId:
112
112
 
113
113
  @property
114
114
  def face_image(self):
115
- """Gets the face_image of this StandardReqDataByNameAndId.
115
+ r"""Gets the face_image of this StandardReqDataByNameAndId.
116
116
 
117
117
  现场人像图像数据,使用base64编码,要求base64编码后大小不超过4M。图像各边的像素大小在300到4000之间,支持JPG格式。
118
118
 
@@ -123,7 +123,7 @@ class StandardReqDataByNameAndId:
123
123
 
124
124
  @face_image.setter
125
125
  def face_image(self, face_image):
126
- """Sets the face_image of this StandardReqDataByNameAndId.
126
+ r"""Sets the face_image of this StandardReqDataByNameAndId.
127
127
 
128
128
  现场人像图像数据,使用base64编码,要求base64编码后大小不超过4M。图像各边的像素大小在300到4000之间,支持JPG格式。
129
129
 
@@ -134,7 +134,7 @@ class StandardReqDataByNameAndId:
134
134
 
135
135
  @property
136
136
  def detail(self):
137
- """Gets the detail of this StandardReqDataByNameAndId.
137
+ r"""Gets the detail of this StandardReqDataByNameAndId.
138
138
 
139
139
  响应参数similarity是否详细显示,默认为false。 - true表示响应中的similarity为0~1000的小数。 - false表示响应中的similarity为0~100的整数。
140
140
 
@@ -145,7 +145,7 @@ class StandardReqDataByNameAndId:
145
145
 
146
146
  @detail.setter
147
147
  def detail(self, detail):
148
- """Sets the detail of this StandardReqDataByNameAndId.
148
+ r"""Sets the detail of this StandardReqDataByNameAndId.
149
149
 
150
150
  响应参数similarity是否详细显示,默认为false。 - true表示响应中的similarity为0~1000的小数。 - false表示响应中的similarity为0~100的整数。
151
151
 
@@ -156,7 +156,7 @@ class StandardReqDataByNameAndId:
156
156
 
157
157
  @property
158
158
  def crop(self):
159
- """Gets the crop of this StandardReqDataByNameAndId.
159
+ r"""Gets the crop of this StandardReqDataByNameAndId.
160
160
 
161
161
  是否允许对入参face_image进行人脸检测及图片裁剪,默认为true,表示允许。
162
162
 
@@ -167,7 +167,7 @@ class StandardReqDataByNameAndId:
167
167
 
168
168
  @crop.setter
169
169
  def crop(self, crop):
170
- """Sets the crop of this StandardReqDataByNameAndId.
170
+ r"""Sets the crop of this StandardReqDataByNameAndId.
171
171
 
172
172
  是否允许对入参face_image进行人脸检测及图片裁剪,默认为true,表示允许。
173
173