huaweicloudsdkivs 3.1.142__py2.py3-none-any.whl → 3.1.144__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.142.dist-info → huaweicloudsdkivs-3.1.144.dist-info}/METADATA +2 -2
  50. huaweicloudsdkivs-3.1.144.dist-info/RECORD +58 -0
  51. huaweicloudsdkivs-3.1.142.dist-info/RECORD +0 -58
  52. {huaweicloudsdkivs-3.1.142.dist-info → huaweicloudsdkivs-3.1.144.dist-info}/LICENSE +0 -0
  53. {huaweicloudsdkivs-3.1.142.dist-info → huaweicloudsdkivs-3.1.144.dist-info}/WHEEL +0 -0
  54. {huaweicloudsdkivs-3.1.142.dist-info → huaweicloudsdkivs-3.1.144.dist-info}/top_level.txt +0 -0
@@ -30,7 +30,7 @@ class DetectStandardByVideoAndIdCardImageResponse(SdkResponse):
30
30
  }
31
31
 
32
32
  def __init__(self, meta=None, result=None, x_request_id=None):
33
- """DetectStandardByVideoAndIdCardImageResponse
33
+ r"""DetectStandardByVideoAndIdCardImageResponse
34
34
 
35
35
  The model defined in huaweicloud sdk
36
36
 
@@ -58,7 +58,7 @@ class DetectStandardByVideoAndIdCardImageResponse(SdkResponse):
58
58
 
59
59
  @property
60
60
  def meta(self):
61
- """Gets the meta of this DetectStandardByVideoAndIdCardImageResponse.
61
+ r"""Gets the meta of this DetectStandardByVideoAndIdCardImageResponse.
62
62
 
63
63
  :return: The meta of this DetectStandardByVideoAndIdCardImageResponse.
64
64
  :rtype: :class:`huaweicloudsdkivs.v2.Meta`
@@ -67,7 +67,7 @@ class DetectStandardByVideoAndIdCardImageResponse(SdkResponse):
67
67
 
68
68
  @meta.setter
69
69
  def meta(self, meta):
70
- """Sets the meta of this DetectStandardByVideoAndIdCardImageResponse.
70
+ r"""Sets the meta of this DetectStandardByVideoAndIdCardImageResponse.
71
71
 
72
72
  :param meta: The meta of this DetectStandardByVideoAndIdCardImageResponse.
73
73
  :type meta: :class:`huaweicloudsdkivs.v2.Meta`
@@ -76,7 +76,7 @@ class DetectStandardByVideoAndIdCardImageResponse(SdkResponse):
76
76
 
77
77
  @property
78
78
  def result(self):
79
- """Gets the result of this DetectStandardByVideoAndIdCardImageResponse.
79
+ r"""Gets the result of this DetectStandardByVideoAndIdCardImageResponse.
80
80
 
81
81
  :return: The result of this DetectStandardByVideoAndIdCardImageResponse.
82
82
  :rtype: :class:`huaweicloudsdkivs.v2.IvsStandardByVideoAndIdCardImageResponseBodyResult`
@@ -85,7 +85,7 @@ class DetectStandardByVideoAndIdCardImageResponse(SdkResponse):
85
85
 
86
86
  @result.setter
87
87
  def result(self, result):
88
- """Sets the result of this DetectStandardByVideoAndIdCardImageResponse.
88
+ r"""Sets the result of this DetectStandardByVideoAndIdCardImageResponse.
89
89
 
90
90
  :param result: The result of this DetectStandardByVideoAndIdCardImageResponse.
91
91
  :type result: :class:`huaweicloudsdkivs.v2.IvsStandardByVideoAndIdCardImageResponseBodyResult`
@@ -94,7 +94,7 @@ class DetectStandardByVideoAndIdCardImageResponse(SdkResponse):
94
94
 
95
95
  @property
96
96
  def x_request_id(self):
97
- """Gets the x_request_id of this DetectStandardByVideoAndIdCardImageResponse.
97
+ r"""Gets the x_request_id of this DetectStandardByVideoAndIdCardImageResponse.
98
98
 
99
99
  :return: The x_request_id of this DetectStandardByVideoAndIdCardImageResponse.
100
100
  :rtype: str
@@ -103,7 +103,7 @@ class DetectStandardByVideoAndIdCardImageResponse(SdkResponse):
103
103
 
104
104
  @x_request_id.setter
105
105
  def x_request_id(self, x_request_id):
106
- """Sets the x_request_id of this DetectStandardByVideoAndIdCardImageResponse.
106
+ r"""Sets the x_request_id of this DetectStandardByVideoAndIdCardImageResponse.
107
107
 
108
108
  :param x_request_id: The x_request_id of this DetectStandardByVideoAndIdCardImageResponse.
109
109
  :type x_request_id: str
@@ -27,7 +27,7 @@ class DetectStandardByVideoAndNameAndIdRequest:
27
27
  }
28
28
 
29
29
  def __init__(self, enterprise_project_id=None, body=None):
30
- """DetectStandardByVideoAndNameAndIdRequest
30
+ r"""DetectStandardByVideoAndNameAndIdRequest
31
31
 
32
32
  The model defined in huaweicloud sdk
33
33
 
@@ -50,7 +50,7 @@ class DetectStandardByVideoAndNameAndIdRequest:
50
50
 
51
51
  @property
52
52
  def enterprise_project_id(self):
53
- """Gets the enterprise_project_id of this DetectStandardByVideoAndNameAndIdRequest.
53
+ r"""Gets the enterprise_project_id of this DetectStandardByVideoAndNameAndIdRequest.
54
54
 
55
55
  企业项目ID。IVS支持通过企业项目管理(EPS)对不同用户组和用户的资源使用,进行分账。 获取方法:进入“[企业项目管理](https://console.huaweicloud.com/eps/?region=cn-north-4#/projects/list)”页面,单击企业项目名称,在企业项目详情页获取Enterprise-Project-Id(企业项目ID)。 企业项目创建步骤请参见用户指南。 > 说明: 创建企业项目后,在传参时,有以下三类场景。 - 携带正确的ID,正常使用IVS服务,账单的企业项目会被分类到企业ID对应的企业项目中。 - 携带格式正确但不存在的ID,正常使用IVS服务,账单的企业项目会显示对应不存在的企业项目ID。 - 不携带ID或格式错误ID(包含特殊字符等),正常使用IVS服务,账单的企业项目会被分类到\"default\"中。
56
56
 
@@ -61,7 +61,7 @@ class DetectStandardByVideoAndNameAndIdRequest:
61
61
 
62
62
  @enterprise_project_id.setter
63
63
  def enterprise_project_id(self, enterprise_project_id):
64
- """Sets the enterprise_project_id of this DetectStandardByVideoAndNameAndIdRequest.
64
+ r"""Sets the enterprise_project_id of this DetectStandardByVideoAndNameAndIdRequest.
65
65
 
66
66
  企业项目ID。IVS支持通过企业项目管理(EPS)对不同用户组和用户的资源使用,进行分账。 获取方法:进入“[企业项目管理](https://console.huaweicloud.com/eps/?region=cn-north-4#/projects/list)”页面,单击企业项目名称,在企业项目详情页获取Enterprise-Project-Id(企业项目ID)。 企业项目创建步骤请参见用户指南。 > 说明: 创建企业项目后,在传参时,有以下三类场景。 - 携带正确的ID,正常使用IVS服务,账单的企业项目会被分类到企业ID对应的企业项目中。 - 携带格式正确但不存在的ID,正常使用IVS服务,账单的企业项目会显示对应不存在的企业项目ID。 - 不携带ID或格式错误ID(包含特殊字符等),正常使用IVS服务,账单的企业项目会被分类到\"default\"中。
67
67
 
@@ -72,7 +72,7 @@ class DetectStandardByVideoAndNameAndIdRequest:
72
72
 
73
73
  @property
74
74
  def body(self):
75
- """Gets the body of this DetectStandardByVideoAndNameAndIdRequest.
75
+ r"""Gets the body of this DetectStandardByVideoAndNameAndIdRequest.
76
76
 
77
77
  :return: The body of this DetectStandardByVideoAndNameAndIdRequest.
78
78
  :rtype: :class:`huaweicloudsdkivs.v2.IvsStandardByVideoAndNameAndIdRequestBody`
@@ -81,7 +81,7 @@ class DetectStandardByVideoAndNameAndIdRequest:
81
81
 
82
82
  @body.setter
83
83
  def body(self, body):
84
- """Sets the body of this DetectStandardByVideoAndNameAndIdRequest.
84
+ r"""Sets the body of this DetectStandardByVideoAndNameAndIdRequest.
85
85
 
86
86
  :param body: The body of this DetectStandardByVideoAndNameAndIdRequest.
87
87
  :type body: :class:`huaweicloudsdkivs.v2.IvsStandardByVideoAndNameAndIdRequestBody`
@@ -30,7 +30,7 @@ class DetectStandardByVideoAndNameAndIdResponse(SdkResponse):
30
30
  }
31
31
 
32
32
  def __init__(self, meta=None, result=None, x_request_id=None):
33
- """DetectStandardByVideoAndNameAndIdResponse
33
+ r"""DetectStandardByVideoAndNameAndIdResponse
34
34
 
35
35
  The model defined in huaweicloud sdk
36
36
 
@@ -58,7 +58,7 @@ class DetectStandardByVideoAndNameAndIdResponse(SdkResponse):
58
58
 
59
59
  @property
60
60
  def meta(self):
61
- """Gets the meta of this DetectStandardByVideoAndNameAndIdResponse.
61
+ r"""Gets the meta of this DetectStandardByVideoAndNameAndIdResponse.
62
62
 
63
63
  :return: The meta of this DetectStandardByVideoAndNameAndIdResponse.
64
64
  :rtype: :class:`huaweicloudsdkivs.v2.Meta`
@@ -67,7 +67,7 @@ class DetectStandardByVideoAndNameAndIdResponse(SdkResponse):
67
67
 
68
68
  @meta.setter
69
69
  def meta(self, meta):
70
- """Sets the meta of this DetectStandardByVideoAndNameAndIdResponse.
70
+ r"""Sets the meta of this DetectStandardByVideoAndNameAndIdResponse.
71
71
 
72
72
  :param meta: The meta of this DetectStandardByVideoAndNameAndIdResponse.
73
73
  :type meta: :class:`huaweicloudsdkivs.v2.Meta`
@@ -76,7 +76,7 @@ class DetectStandardByVideoAndNameAndIdResponse(SdkResponse):
76
76
 
77
77
  @property
78
78
  def result(self):
79
- """Gets the result of this DetectStandardByVideoAndNameAndIdResponse.
79
+ r"""Gets the result of this DetectStandardByVideoAndNameAndIdResponse.
80
80
 
81
81
  :return: The result of this DetectStandardByVideoAndNameAndIdResponse.
82
82
  :rtype: :class:`huaweicloudsdkivs.v2.IvsStandardByVideoAndNameAndIdResponseBodyResult`
@@ -85,7 +85,7 @@ class DetectStandardByVideoAndNameAndIdResponse(SdkResponse):
85
85
 
86
86
  @result.setter
87
87
  def result(self, result):
88
- """Sets the result of this DetectStandardByVideoAndNameAndIdResponse.
88
+ r"""Sets the result of this DetectStandardByVideoAndNameAndIdResponse.
89
89
 
90
90
  :param result: The result of this DetectStandardByVideoAndNameAndIdResponse.
91
91
  :type result: :class:`huaweicloudsdkivs.v2.IvsStandardByVideoAndNameAndIdResponseBodyResult`
@@ -94,7 +94,7 @@ class DetectStandardByVideoAndNameAndIdResponse(SdkResponse):
94
94
 
95
95
  @property
96
96
  def x_request_id(self):
97
- """Gets the x_request_id of this DetectStandardByVideoAndNameAndIdResponse.
97
+ r"""Gets the x_request_id of this DetectStandardByVideoAndNameAndIdResponse.
98
98
 
99
99
  :return: The x_request_id of this DetectStandardByVideoAndNameAndIdResponse.
100
100
  :rtype: str
@@ -103,7 +103,7 @@ class DetectStandardByVideoAndNameAndIdResponse(SdkResponse):
103
103
 
104
104
  @x_request_id.setter
105
105
  def x_request_id(self, x_request_id):
106
- """Sets the x_request_id of this DetectStandardByVideoAndNameAndIdResponse.
106
+ r"""Sets the x_request_id of this DetectStandardByVideoAndNameAndIdResponse.
107
107
 
108
108
  :param x_request_id: The x_request_id of this DetectStandardByVideoAndNameAndIdResponse.
109
109
  :type x_request_id: str
@@ -27,7 +27,7 @@ class ExtentionReqDataByIdCardImage:
27
27
  }
28
28
 
29
29
  def __init__(self, idcard_image1=None, idcard_image2=None):
30
- """ExtentionReqDataByIdCardImage
30
+ r"""ExtentionReqDataByIdCardImage
31
31
 
32
32
  The model defined in huaweicloud sdk
33
33
 
@@ -49,7 +49,7 @@ class ExtentionReqDataByIdCardImage:
49
49
 
50
50
  @property
51
51
  def idcard_image1(self):
52
- """Gets the idcard_image1 of this ExtentionReqDataByIdCardImage.
52
+ r"""Gets the idcard_image1 of this ExtentionReqDataByIdCardImage.
53
53
 
54
54
  身份证人像面图像数据,使用base64编码,要求base64编码后大小不超过4M。图像各边的像素大小在300到4000之间,支持JPG格式。
55
55
 
@@ -60,7 +60,7 @@ class ExtentionReqDataByIdCardImage:
60
60
 
61
61
  @idcard_image1.setter
62
62
  def idcard_image1(self, idcard_image1):
63
- """Sets the idcard_image1 of this ExtentionReqDataByIdCardImage.
63
+ r"""Sets the idcard_image1 of this ExtentionReqDataByIdCardImage.
64
64
 
65
65
  身份证人像面图像数据,使用base64编码,要求base64编码后大小不超过4M。图像各边的像素大小在300到4000之间,支持JPG格式。
66
66
 
@@ -71,7 +71,7 @@ class ExtentionReqDataByIdCardImage:
71
71
 
72
72
  @property
73
73
  def idcard_image2(self):
74
- """Gets the idcard_image2 of this ExtentionReqDataByIdCardImage.
74
+ r"""Gets the idcard_image2 of this ExtentionReqDataByIdCardImage.
75
75
 
76
76
  身份证国徽面图像数据,使用base64编码,要求base64编码后大小不超过4M。图像各边的像素大小在300到4000之间,支持JPG格式。
77
77
 
@@ -82,7 +82,7 @@ class ExtentionReqDataByIdCardImage:
82
82
 
83
83
  @idcard_image2.setter
84
84
  def idcard_image2(self, idcard_image2):
85
- """Sets the idcard_image2 of this ExtentionReqDataByIdCardImage.
85
+ r"""Sets the idcard_image2 of this ExtentionReqDataByIdCardImage.
86
86
 
87
87
  身份证国徽面图像数据,使用base64编码,要求base64编码后大小不超过4M。图像各边的像素大小在300到4000之间,支持JPG格式。
88
88
 
@@ -27,7 +27,7 @@ class ExtentionReqDataByNameAndId:
27
27
  }
28
28
 
29
29
  def __init__(self, verification_name=None, verification_id=None):
30
- """ExtentionReqDataByNameAndId
30
+ r"""ExtentionReqDataByNameAndId
31
31
 
32
32
  The model defined in huaweicloud sdk
33
33
 
@@ -48,7 +48,7 @@ class ExtentionReqDataByNameAndId:
48
48
 
49
49
  @property
50
50
  def verification_name(self):
51
- """Gets the verification_name of this ExtentionReqDataByNameAndId.
51
+ r"""Gets the verification_name of this ExtentionReqDataByNameAndId.
52
52
 
53
53
  被验证人的姓名。
54
54
 
@@ -59,7 +59,7 @@ class ExtentionReqDataByNameAndId:
59
59
 
60
60
  @verification_name.setter
61
61
  def verification_name(self, verification_name):
62
- """Sets the verification_name of this ExtentionReqDataByNameAndId.
62
+ r"""Sets the verification_name of this ExtentionReqDataByNameAndId.
63
63
 
64
64
  被验证人的姓名。
65
65
 
@@ -70,7 +70,7 @@ class ExtentionReqDataByNameAndId:
70
70
 
71
71
  @property
72
72
  def verification_id(self):
73
- """Gets the verification_id of this ExtentionReqDataByNameAndId.
73
+ r"""Gets the verification_id of this ExtentionReqDataByNameAndId.
74
74
 
75
75
  被验证人的身份证号码。
76
76
 
@@ -81,7 +81,7 @@ class ExtentionReqDataByNameAndId:
81
81
 
82
82
  @verification_id.setter
83
83
  def verification_id(self, verification_id):
84
- """Sets the verification_id of this ExtentionReqDataByNameAndId.
84
+ r"""Sets the verification_id of this ExtentionReqDataByNameAndId.
85
85
 
86
86
  被验证人的身份证号码。
87
87
 
@@ -31,7 +31,7 @@ class ExtentionRespDataByIdCardImage:
31
31
  }
32
32
 
33
33
  def __init__(self, verification_result=None, verification_message=None, verification_code=None, idcard_result=None):
34
- """ExtentionRespDataByIdCardImage
34
+ r"""ExtentionRespDataByIdCardImage
35
35
 
36
36
  The model defined in huaweicloud sdk
37
37
 
@@ -64,7 +64,7 @@ class ExtentionRespDataByIdCardImage:
64
64
 
65
65
  @property
66
66
  def verification_result(self):
67
- """Gets the verification_result of this ExtentionRespDataByIdCardImage.
67
+ r"""Gets the verification_result of this ExtentionRespDataByIdCardImage.
68
68
 
69
69
  审核校验结果: \"valid\"表示身份审核通过; \"invalid\"表示身份审核不通过; \"nonexistent\"表示数据源没有该身份证号码,这种情况一般是被验证人正在办理户籍迁移,或者被验证人是军人或政要。
70
70
 
@@ -75,7 +75,7 @@ class ExtentionRespDataByIdCardImage:
75
75
 
76
76
  @verification_result.setter
77
77
  def verification_result(self, verification_result):
78
- """Sets the verification_result of this ExtentionRespDataByIdCardImage.
78
+ r"""Sets the verification_result of this ExtentionRespDataByIdCardImage.
79
79
 
80
80
  审核校验结果: \"valid\"表示身份审核通过; \"invalid\"表示身份审核不通过; \"nonexistent\"表示数据源没有该身份证号码,这种情况一般是被验证人正在办理户籍迁移,或者被验证人是军人或政要。
81
81
 
@@ -86,7 +86,7 @@ class ExtentionRespDataByIdCardImage:
86
86
 
87
87
  @property
88
88
  def verification_message(self):
89
- """Gets the verification_message of this ExtentionRespDataByIdCardImage.
89
+ r"""Gets the verification_message of this ExtentionRespDataByIdCardImage.
90
90
 
91
91
  审核校验信息,具体参考[校验信息说明](https://support.huaweicloud.com/api-ivs/ivs_02_0017.html)
92
92
 
@@ -97,7 +97,7 @@ class ExtentionRespDataByIdCardImage:
97
97
 
98
98
  @verification_message.setter
99
99
  def verification_message(self, verification_message):
100
- """Sets the verification_message of this ExtentionRespDataByIdCardImage.
100
+ r"""Sets the verification_message of this ExtentionRespDataByIdCardImage.
101
101
 
102
102
  审核校验信息,具体参考[校验信息说明](https://support.huaweicloud.com/api-ivs/ivs_02_0017.html)
103
103
 
@@ -108,7 +108,7 @@ class ExtentionRespDataByIdCardImage:
108
108
 
109
109
  @property
110
110
  def verification_code(self):
111
- """Gets the verification_code of this ExtentionRespDataByIdCardImage.
111
+ r"""Gets the verification_code of this ExtentionRespDataByIdCardImage.
112
112
 
113
113
  审核校验代码,具体参考[校验信息说明](https://support.huaweicloud.com/api-ivs/ivs_02_0017.html)
114
114
 
@@ -119,7 +119,7 @@ class ExtentionRespDataByIdCardImage:
119
119
 
120
120
  @verification_code.setter
121
121
  def verification_code(self, verification_code):
122
- """Sets the verification_code of this ExtentionRespDataByIdCardImage.
122
+ r"""Sets the verification_code of this ExtentionRespDataByIdCardImage.
123
123
 
124
124
  审核校验代码,具体参考[校验信息说明](https://support.huaweicloud.com/api-ivs/ivs_02_0017.html)
125
125
 
@@ -130,7 +130,7 @@ class ExtentionRespDataByIdCardImage:
130
130
 
131
131
  @property
132
132
  def idcard_result(self):
133
- """Gets the idcard_result of this ExtentionRespDataByIdCardImage.
133
+ r"""Gets the idcard_result of this ExtentionRespDataByIdCardImage.
134
134
 
135
135
  :return: The idcard_result of this ExtentionRespDataByIdCardImage.
136
136
  :rtype: :class:`huaweicloudsdkivs.v2.IdcardResult`
@@ -139,7 +139,7 @@ class ExtentionRespDataByIdCardImage:
139
139
 
140
140
  @idcard_result.setter
141
141
  def idcard_result(self, idcard_result):
142
- """Sets the idcard_result of this ExtentionRespDataByIdCardImage.
142
+ r"""Sets the idcard_result of this ExtentionRespDataByIdCardImage.
143
143
 
144
144
  :param idcard_result: The idcard_result of this ExtentionRespDataByIdCardImage.
145
145
  :type idcard_result: :class:`huaweicloudsdkivs.v2.IdcardResult`
@@ -29,7 +29,7 @@ class ExtentionRespDataByNameAndId:
29
29
  }
30
30
 
31
31
  def __init__(self, verification_result=None, verification_message=None, verification_code=None):
32
- """ExtentionRespDataByNameAndId
32
+ r"""ExtentionRespDataByNameAndId
33
33
 
34
34
  The model defined in huaweicloud sdk
35
35
 
@@ -57,7 +57,7 @@ class ExtentionRespDataByNameAndId:
57
57
 
58
58
  @property
59
59
  def verification_result(self):
60
- """Gets the verification_result of this ExtentionRespDataByNameAndId.
60
+ r"""Gets the verification_result of this ExtentionRespDataByNameAndId.
61
61
 
62
62
  审核校验结果: \"valid\"表示身份审核通过; \"invalid\"表示身份审核不通过; \"nonexistent\"表示数据源没有该身份证号码,这种情况一般是被验证人正在办理户籍迁移,或者被验证人是军人或政要。
63
63
 
@@ -68,7 +68,7 @@ class ExtentionRespDataByNameAndId:
68
68
 
69
69
  @verification_result.setter
70
70
  def verification_result(self, verification_result):
71
- """Sets the verification_result of this ExtentionRespDataByNameAndId.
71
+ r"""Sets the verification_result of this ExtentionRespDataByNameAndId.
72
72
 
73
73
  审核校验结果: \"valid\"表示身份审核通过; \"invalid\"表示身份审核不通过; \"nonexistent\"表示数据源没有该身份证号码,这种情况一般是被验证人正在办理户籍迁移,或者被验证人是军人或政要。
74
74
 
@@ -79,7 +79,7 @@ class ExtentionRespDataByNameAndId:
79
79
 
80
80
  @property
81
81
  def verification_message(self):
82
- """Gets the verification_message of this ExtentionRespDataByNameAndId.
82
+ r"""Gets the verification_message of this ExtentionRespDataByNameAndId.
83
83
 
84
84
  审核校验信息,具体参考[校验信息说明](https://support.huaweicloud.com/api-ivs/ivs_02_0017.html)
85
85
 
@@ -90,7 +90,7 @@ class ExtentionRespDataByNameAndId:
90
90
 
91
91
  @verification_message.setter
92
92
  def verification_message(self, verification_message):
93
- """Sets the verification_message of this ExtentionRespDataByNameAndId.
93
+ r"""Sets the verification_message of this ExtentionRespDataByNameAndId.
94
94
 
95
95
  审核校验信息,具体参考[校验信息说明](https://support.huaweicloud.com/api-ivs/ivs_02_0017.html)
96
96
 
@@ -101,7 +101,7 @@ class ExtentionRespDataByNameAndId:
101
101
 
102
102
  @property
103
103
  def verification_code(self):
104
- """Gets the verification_code of this ExtentionRespDataByNameAndId.
104
+ r"""Gets the verification_code of this ExtentionRespDataByNameAndId.
105
105
 
106
106
  审核校验代码,具体参考[校验信息说明](https://support.huaweicloud.com/api-ivs/ivs_02_0017.html)
107
107
 
@@ -112,7 +112,7 @@ class ExtentionRespDataByNameAndId:
112
112
 
113
113
  @verification_code.setter
114
114
  def verification_code(self, verification_code):
115
- """Sets the verification_code of this ExtentionRespDataByNameAndId.
115
+ r"""Sets the verification_code of this ExtentionRespDataByNameAndId.
116
116
 
117
117
  审核校验代码,具体参考[校验信息说明](https://support.huaweicloud.com/api-ivs/ivs_02_0017.html)
118
118
 
@@ -41,7 +41,7 @@ class IdcardResult:
41
41
  }
42
42
 
43
43
  def __init__(self, name=None, number=None, sex=None, birth=None, ethnicity=None, address=None, issue=None, valid_from=None, valid_to=None):
44
- """IdcardResult
44
+ r"""IdcardResult
45
45
 
46
46
  The model defined in huaweicloud sdk
47
47
 
@@ -93,7 +93,7 @@ class IdcardResult:
93
93
 
94
94
  @property
95
95
  def name(self):
96
- """Gets the name of this IdcardResult.
96
+ r"""Gets the name of this IdcardResult.
97
97
 
98
98
  身份证上识别的名称。
99
99
 
@@ -104,7 +104,7 @@ class IdcardResult:
104
104
 
105
105
  @name.setter
106
106
  def name(self, name):
107
- """Sets the name of this IdcardResult.
107
+ r"""Sets the name of this IdcardResult.
108
108
 
109
109
  身份证上识别的名称。
110
110
 
@@ -115,7 +115,7 @@ class IdcardResult:
115
115
 
116
116
  @property
117
117
  def number(self):
118
- """Gets the number of this IdcardResult.
118
+ r"""Gets the number of this IdcardResult.
119
119
 
120
120
  身份证号。
121
121
 
@@ -126,7 +126,7 @@ class IdcardResult:
126
126
 
127
127
  @number.setter
128
128
  def number(self, number):
129
- """Sets the number of this IdcardResult.
129
+ r"""Sets the number of this IdcardResult.
130
130
 
131
131
  身份证号。
132
132
 
@@ -137,7 +137,7 @@ class IdcardResult:
137
137
 
138
138
  @property
139
139
  def sex(self):
140
- """Gets the sex of this IdcardResult.
140
+ r"""Gets the sex of this IdcardResult.
141
141
 
142
142
  性别。
143
143
 
@@ -148,7 +148,7 @@ class IdcardResult:
148
148
 
149
149
  @sex.setter
150
150
  def sex(self, sex):
151
- """Sets the sex of this IdcardResult.
151
+ r"""Sets the sex of this IdcardResult.
152
152
 
153
153
  性别。
154
154
 
@@ -159,7 +159,7 @@ class IdcardResult:
159
159
 
160
160
  @property
161
161
  def birth(self):
162
- """Gets the birth of this IdcardResult.
162
+ r"""Gets the birth of this IdcardResult.
163
163
 
164
164
  出生日期。
165
165
 
@@ -170,7 +170,7 @@ class IdcardResult:
170
170
 
171
171
  @birth.setter
172
172
  def birth(self, birth):
173
- """Sets the birth of this IdcardResult.
173
+ r"""Sets the birth of this IdcardResult.
174
174
 
175
175
  出生日期。
176
176
 
@@ -181,7 +181,7 @@ class IdcardResult:
181
181
 
182
182
  @property
183
183
  def ethnicity(self):
184
- """Gets the ethnicity of this IdcardResult.
184
+ r"""Gets the ethnicity of this IdcardResult.
185
185
 
186
186
  民族。
187
187
 
@@ -192,7 +192,7 @@ class IdcardResult:
192
192
 
193
193
  @ethnicity.setter
194
194
  def ethnicity(self, ethnicity):
195
- """Sets the ethnicity of this IdcardResult.
195
+ r"""Sets the ethnicity of this IdcardResult.
196
196
 
197
197
  民族。
198
198
 
@@ -203,7 +203,7 @@ class IdcardResult:
203
203
 
204
204
  @property
205
205
  def address(self):
206
- """Gets the address of this IdcardResult.
206
+ r"""Gets the address of this IdcardResult.
207
207
 
208
208
  地址。
209
209
 
@@ -214,7 +214,7 @@ class IdcardResult:
214
214
 
215
215
  @address.setter
216
216
  def address(self, address):
217
- """Sets the address of this IdcardResult.
217
+ r"""Sets the address of this IdcardResult.
218
218
 
219
219
  地址。
220
220
 
@@ -225,7 +225,7 @@ class IdcardResult:
225
225
 
226
226
  @property
227
227
  def issue(self):
228
- """Gets the issue of this IdcardResult.
228
+ r"""Gets the issue of this IdcardResult.
229
229
 
230
230
  发证机关。
231
231
 
@@ -236,7 +236,7 @@ class IdcardResult:
236
236
 
237
237
  @issue.setter
238
238
  def issue(self, issue):
239
- """Sets the issue of this IdcardResult.
239
+ r"""Sets the issue of this IdcardResult.
240
240
 
241
241
  发证机关。
242
242
 
@@ -247,7 +247,7 @@ class IdcardResult:
247
247
 
248
248
  @property
249
249
  def valid_from(self):
250
- """Gets the valid_from of this IdcardResult.
250
+ r"""Gets the valid_from of this IdcardResult.
251
251
 
252
252
  有效起始日期。
253
253
 
@@ -258,7 +258,7 @@ class IdcardResult:
258
258
 
259
259
  @valid_from.setter
260
260
  def valid_from(self, valid_from):
261
- """Sets the valid_from of this IdcardResult.
261
+ r"""Sets the valid_from of this IdcardResult.
262
262
 
263
263
  有效起始日期。
264
264
 
@@ -269,7 +269,7 @@ class IdcardResult:
269
269
 
270
270
  @property
271
271
  def valid_to(self):
272
- """Gets the valid_to of this IdcardResult.
272
+ r"""Gets the valid_to of this IdcardResult.
273
273
 
274
274
  有效结束日期。
275
275
 
@@ -280,7 +280,7 @@ class IdcardResult:
280
280
 
281
281
  @valid_to.setter
282
282
  def valid_to(self, valid_to):
283
- """Sets the valid_to of this IdcardResult.
283
+ r"""Sets the valid_to of this IdcardResult.
284
284
 
285
285
  有效结束日期。
286
286
 
@@ -27,7 +27,7 @@ class IvsExtentionByIdCardImageRequestBody:
27
27
  }
28
28
 
29
29
  def __init__(self, meta=None, data=None):
30
- """IvsExtentionByIdCardImageRequestBody
30
+ r"""IvsExtentionByIdCardImageRequestBody
31
31
 
32
32
  The model defined in huaweicloud sdk
33
33
 
@@ -48,7 +48,7 @@ class IvsExtentionByIdCardImageRequestBody:
48
48
 
49
49
  @property
50
50
  def meta(self):
51
- """Gets the meta of this IvsExtentionByIdCardImageRequestBody.
51
+ r"""Gets the meta of this IvsExtentionByIdCardImageRequestBody.
52
52
 
53
53
  :return: The meta of this IvsExtentionByIdCardImageRequestBody.
54
54
  :rtype: :class:`huaweicloudsdkivs.v2.Meta`
@@ -57,7 +57,7 @@ class IvsExtentionByIdCardImageRequestBody:
57
57
 
58
58
  @meta.setter
59
59
  def meta(self, meta):
60
- """Sets the meta of this IvsExtentionByIdCardImageRequestBody.
60
+ r"""Sets the meta of this IvsExtentionByIdCardImageRequestBody.
61
61
 
62
62
  :param meta: The meta of this IvsExtentionByIdCardImageRequestBody.
63
63
  :type meta: :class:`huaweicloudsdkivs.v2.Meta`
@@ -66,7 +66,7 @@ class IvsExtentionByIdCardImageRequestBody:
66
66
 
67
67
  @property
68
68
  def data(self):
69
- """Gets the data of this IvsExtentionByIdCardImageRequestBody.
69
+ r"""Gets the data of this IvsExtentionByIdCardImageRequestBody.
70
70
 
71
71
  :return: The data of this IvsExtentionByIdCardImageRequestBody.
72
72
  :rtype: :class:`huaweicloudsdkivs.v2.IvsExtentionByIdCardImageRequestBodyData`
@@ -75,7 +75,7 @@ class IvsExtentionByIdCardImageRequestBody:
75
75
 
76
76
  @data.setter
77
77
  def data(self, data):
78
- """Sets the data of this IvsExtentionByIdCardImageRequestBody.
78
+ r"""Sets the data of this IvsExtentionByIdCardImageRequestBody.
79
79
 
80
80
  :param data: The data of this IvsExtentionByIdCardImageRequestBody.
81
81
  :type data: :class:`huaweicloudsdkivs.v2.IvsExtentionByIdCardImageRequestBodyData`
@@ -25,7 +25,7 @@ class IvsExtentionByIdCardImageRequestBodyData:
25
25
  }
26
26
 
27
27
  def __init__(self, req_data=None):
28
- """IvsExtentionByIdCardImageRequestBodyData
28
+ r"""IvsExtentionByIdCardImageRequestBodyData
29
29
 
30
30
  The model defined in huaweicloud sdk
31
31
 
@@ -43,7 +43,7 @@ class IvsExtentionByIdCardImageRequestBodyData:
43
43
 
44
44
  @property
45
45
  def req_data(self):
46
- """Gets the req_data of this IvsExtentionByIdCardImageRequestBodyData.
46
+ r"""Gets the req_data of this IvsExtentionByIdCardImageRequestBodyData.
47
47
 
48
48
  请求列表,用于支持批量调用。目前暂时只支持单个数据查询。
49
49
 
@@ -54,7 +54,7 @@ class IvsExtentionByIdCardImageRequestBodyData:
54
54
 
55
55
  @req_data.setter
56
56
  def req_data(self, req_data):
57
- """Sets the req_data of this IvsExtentionByIdCardImageRequestBodyData.
57
+ r"""Sets the req_data of this IvsExtentionByIdCardImageRequestBodyData.
58
58
 
59
59
  请求列表,用于支持批量调用。目前暂时只支持单个数据查询。
60
60