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
@@ -34,7 +34,7 @@ class IvsAsyncClient(Client):
34
34
  return client_builder
35
35
 
36
36
  def detect_extention_by_id_card_image_async(self, request):
37
- """人证核身证件版(二要素)
37
+ r"""人证核身证件版(二要素)
38
38
 
39
39
  使用姓名、身份证号码二要素进行身份审核。身份验证时,传入的数据为身份证信息。提取身份证信息时,可以使用身份证正反面图片,也可以直接输入姓名、身份证号文本。
40
40
 
@@ -101,7 +101,7 @@ class IvsAsyncClient(Client):
101
101
  return http_info
102
102
 
103
103
  def detect_extention_by_name_and_id_async(self, request):
104
- """人证核身证件版(二要素)
104
+ r"""人证核身证件版(二要素)
105
105
 
106
106
  使用姓名、身份证号码二要素进行身份审核。身份验证时,传入的数据为身份证信息。提取身份证信息时,可以使用身份证正反面图片,也可以直接输入姓名、身份证号文本。
107
107
 
@@ -168,7 +168,7 @@ class IvsAsyncClient(Client):
168
168
  return http_info
169
169
 
170
170
  def detect_standard_by_id_card_image_async(self, request):
171
- """人证核身标准版(三要素)
171
+ r"""人证核身标准版(三要素)
172
172
 
173
173
  使用身份证正反面图片提取姓名和身份证号码,与人脸图片进行三要素身份审核。
174
174
 
@@ -235,7 +235,7 @@ class IvsAsyncClient(Client):
235
235
  return http_info
236
236
 
237
237
  def detect_standard_by_name_and_id_async(self, request):
238
- """人证核身标准版(三要素)
238
+ r"""人证核身标准版(三要素)
239
239
 
240
240
  使用姓名、身份证号文本和人脸图片进行三要素身份审核。
241
241
 
@@ -302,7 +302,7 @@ class IvsAsyncClient(Client):
302
302
  return http_info
303
303
 
304
304
  def detect_standard_by_video_and_id_card_image_async(self, request):
305
- """人证核身标准版(三要素)
305
+ r"""人证核身标准版(三要素)
306
306
 
307
307
  从身份证正反面图片中提取姓名和身份证号码,并对视频做活体检测后提取人脸图片,以此进行三要素身份审核。
308
308
 
@@ -369,7 +369,7 @@ class IvsAsyncClient(Client):
369
369
  return http_info
370
370
 
371
371
  def detect_standard_by_video_and_name_and_id_async(self, request):
372
- """人证核身标准版(三要素)
372
+ r"""人证核身标准版(三要素)
373
373
 
374
374
  使用姓名、身份证号文本,并对视频做活体检测后提取人脸图片,以此进行三要素身份审核。
375
375
 
@@ -34,7 +34,7 @@ class IvsClient(Client):
34
34
  return client_builder
35
35
 
36
36
  def detect_extention_by_id_card_image(self, request):
37
- """人证核身证件版(二要素)
37
+ r"""人证核身证件版(二要素)
38
38
 
39
39
  使用姓名、身份证号码二要素进行身份审核。身份验证时,传入的数据为身份证信息。提取身份证信息时,可以使用身份证正反面图片,也可以直接输入姓名、身份证号文本。
40
40
 
@@ -101,7 +101,7 @@ class IvsClient(Client):
101
101
  return http_info
102
102
 
103
103
  def detect_extention_by_name_and_id(self, request):
104
- """人证核身证件版(二要素)
104
+ r"""人证核身证件版(二要素)
105
105
 
106
106
  使用姓名、身份证号码二要素进行身份审核。身份验证时,传入的数据为身份证信息。提取身份证信息时,可以使用身份证正反面图片,也可以直接输入姓名、身份证号文本。
107
107
 
@@ -168,7 +168,7 @@ class IvsClient(Client):
168
168
  return http_info
169
169
 
170
170
  def detect_standard_by_id_card_image(self, request):
171
- """人证核身标准版(三要素)
171
+ r"""人证核身标准版(三要素)
172
172
 
173
173
  使用身份证正反面图片提取姓名和身份证号码,与人脸图片进行三要素身份审核。
174
174
 
@@ -235,7 +235,7 @@ class IvsClient(Client):
235
235
  return http_info
236
236
 
237
237
  def detect_standard_by_name_and_id(self, request):
238
- """人证核身标准版(三要素)
238
+ r"""人证核身标准版(三要素)
239
239
 
240
240
  使用姓名、身份证号文本和人脸图片进行三要素身份审核。
241
241
 
@@ -302,7 +302,7 @@ class IvsClient(Client):
302
302
  return http_info
303
303
 
304
304
  def detect_standard_by_video_and_id_card_image(self, request):
305
- """人证核身标准版(三要素)
305
+ r"""人证核身标准版(三要素)
306
306
 
307
307
  从身份证正反面图片中提取姓名和身份证号码,并对视频做活体检测后提取人脸图片,以此进行三要素身份审核。
308
308
 
@@ -369,7 +369,7 @@ class IvsClient(Client):
369
369
  return http_info
370
370
 
371
371
  def detect_standard_by_video_and_name_and_id(self, request):
372
- """人证核身标准版(三要素)
372
+ r"""人证核身标准版(三要素)
373
373
 
374
374
  使用姓名、身份证号文本,并对视频做活体检测后提取人脸图片,以此进行三要素身份审核。
375
375
 
@@ -27,7 +27,7 @@ class ActionsList:
27
27
  }
28
28
 
29
29
  def __init__(self, confidence=None, action=None):
30
- """ActionsList
30
+ r"""ActionsList
31
31
 
32
32
  The model defined in huaweicloud sdk
33
33
 
@@ -48,7 +48,7 @@ class ActionsList:
48
48
 
49
49
  @property
50
50
  def confidence(self):
51
- """Gets the confidence of this ActionsList.
51
+ r"""Gets the confidence of this ActionsList.
52
52
 
53
53
  置信度,取值范围0~1。
54
54
 
@@ -59,7 +59,7 @@ class ActionsList:
59
59
 
60
60
  @confidence.setter
61
61
  def confidence(self, confidence):
62
- """Sets the confidence of this ActionsList.
62
+ r"""Sets the confidence of this ActionsList.
63
63
 
64
64
  置信度,取值范围0~1。
65
65
 
@@ -70,7 +70,7 @@ class ActionsList:
70
70
 
71
71
  @property
72
72
  def action(self):
73
- """Gets the action of this ActionsList.
73
+ r"""Gets the action of this ActionsList.
74
74
 
75
75
  动作编号,取值范围:[1,2,3,4],其中: • 1:左摇头 • 2:右摇头 • 3:点头 • 4:嘴部动作
76
76
 
@@ -81,7 +81,7 @@ class ActionsList:
81
81
 
82
82
  @action.setter
83
83
  def action(self, action):
84
- """Sets the action of this ActionsList.
84
+ r"""Sets the action of this ActionsList.
85
85
 
86
86
  动作编号,取值范围:[1,2,3,4],其中: • 1:左摇头 • 2:右摇头 • 3:点头 • 4:嘴部动作
87
87
 
@@ -27,7 +27,7 @@ class DetectExtentionByIdCardImageRequest:
27
27
  }
28
28
 
29
29
  def __init__(self, enterprise_project_id=None, body=None):
30
- """DetectExtentionByIdCardImageRequest
30
+ r"""DetectExtentionByIdCardImageRequest
31
31
 
32
32
  The model defined in huaweicloud sdk
33
33
 
@@ -50,7 +50,7 @@ class DetectExtentionByIdCardImageRequest:
50
50
 
51
51
  @property
52
52
  def enterprise_project_id(self):
53
- """Gets the enterprise_project_id of this DetectExtentionByIdCardImageRequest.
53
+ r"""Gets the enterprise_project_id of this DetectExtentionByIdCardImageRequest.
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 DetectExtentionByIdCardImageRequest:
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 DetectExtentionByIdCardImageRequest.
64
+ r"""Sets the enterprise_project_id of this DetectExtentionByIdCardImageRequest.
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 DetectExtentionByIdCardImageRequest:
72
72
 
73
73
  @property
74
74
  def body(self):
75
- """Gets the body of this DetectExtentionByIdCardImageRequest.
75
+ r"""Gets the body of this DetectExtentionByIdCardImageRequest.
76
76
 
77
77
  :return: The body of this DetectExtentionByIdCardImageRequest.
78
78
  :rtype: :class:`huaweicloudsdkivs.v2.IvsExtentionByIdCardImageRequestBody`
@@ -81,7 +81,7 @@ class DetectExtentionByIdCardImageRequest:
81
81
 
82
82
  @body.setter
83
83
  def body(self, body):
84
- """Sets the body of this DetectExtentionByIdCardImageRequest.
84
+ r"""Sets the body of this DetectExtentionByIdCardImageRequest.
85
85
 
86
86
  :param body: The body of this DetectExtentionByIdCardImageRequest.
87
87
  :type body: :class:`huaweicloudsdkivs.v2.IvsExtentionByIdCardImageRequestBody`
@@ -30,7 +30,7 @@ class DetectExtentionByIdCardImageResponse(SdkResponse):
30
30
  }
31
31
 
32
32
  def __init__(self, meta=None, result=None, x_request_id=None):
33
- """DetectExtentionByIdCardImageResponse
33
+ r"""DetectExtentionByIdCardImageResponse
34
34
 
35
35
  The model defined in huaweicloud sdk
36
36
 
@@ -58,7 +58,7 @@ class DetectExtentionByIdCardImageResponse(SdkResponse):
58
58
 
59
59
  @property
60
60
  def meta(self):
61
- """Gets the meta of this DetectExtentionByIdCardImageResponse.
61
+ r"""Gets the meta of this DetectExtentionByIdCardImageResponse.
62
62
 
63
63
  :return: The meta of this DetectExtentionByIdCardImageResponse.
64
64
  :rtype: :class:`huaweicloudsdkivs.v2.Meta`
@@ -67,7 +67,7 @@ class DetectExtentionByIdCardImageResponse(SdkResponse):
67
67
 
68
68
  @meta.setter
69
69
  def meta(self, meta):
70
- """Sets the meta of this DetectExtentionByIdCardImageResponse.
70
+ r"""Sets the meta of this DetectExtentionByIdCardImageResponse.
71
71
 
72
72
  :param meta: The meta of this DetectExtentionByIdCardImageResponse.
73
73
  :type meta: :class:`huaweicloudsdkivs.v2.Meta`
@@ -76,7 +76,7 @@ class DetectExtentionByIdCardImageResponse(SdkResponse):
76
76
 
77
77
  @property
78
78
  def result(self):
79
- """Gets the result of this DetectExtentionByIdCardImageResponse.
79
+ r"""Gets the result of this DetectExtentionByIdCardImageResponse.
80
80
 
81
81
  :return: The result of this DetectExtentionByIdCardImageResponse.
82
82
  :rtype: :class:`huaweicloudsdkivs.v2.IvsExtentionByIdCardImageResponseBodyResult`
@@ -85,7 +85,7 @@ class DetectExtentionByIdCardImageResponse(SdkResponse):
85
85
 
86
86
  @result.setter
87
87
  def result(self, result):
88
- """Sets the result of this DetectExtentionByIdCardImageResponse.
88
+ r"""Sets the result of this DetectExtentionByIdCardImageResponse.
89
89
 
90
90
  :param result: The result of this DetectExtentionByIdCardImageResponse.
91
91
  :type result: :class:`huaweicloudsdkivs.v2.IvsExtentionByIdCardImageResponseBodyResult`
@@ -94,7 +94,7 @@ class DetectExtentionByIdCardImageResponse(SdkResponse):
94
94
 
95
95
  @property
96
96
  def x_request_id(self):
97
- """Gets the x_request_id of this DetectExtentionByIdCardImageResponse.
97
+ r"""Gets the x_request_id of this DetectExtentionByIdCardImageResponse.
98
98
 
99
99
  :return: The x_request_id of this DetectExtentionByIdCardImageResponse.
100
100
  :rtype: str
@@ -103,7 +103,7 @@ class DetectExtentionByIdCardImageResponse(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 DetectExtentionByIdCardImageResponse.
106
+ r"""Sets the x_request_id of this DetectExtentionByIdCardImageResponse.
107
107
 
108
108
  :param x_request_id: The x_request_id of this DetectExtentionByIdCardImageResponse.
109
109
  :type x_request_id: str
@@ -27,7 +27,7 @@ class DetectExtentionByNameAndIdRequest:
27
27
  }
28
28
 
29
29
  def __init__(self, enterprise_project_id=None, body=None):
30
- """DetectExtentionByNameAndIdRequest
30
+ r"""DetectExtentionByNameAndIdRequest
31
31
 
32
32
  The model defined in huaweicloud sdk
33
33
 
@@ -50,7 +50,7 @@ class DetectExtentionByNameAndIdRequest:
50
50
 
51
51
  @property
52
52
  def enterprise_project_id(self):
53
- """Gets the enterprise_project_id of this DetectExtentionByNameAndIdRequest.
53
+ r"""Gets the enterprise_project_id of this DetectExtentionByNameAndIdRequest.
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 DetectExtentionByNameAndIdRequest:
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 DetectExtentionByNameAndIdRequest.
64
+ r"""Sets the enterprise_project_id of this DetectExtentionByNameAndIdRequest.
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 DetectExtentionByNameAndIdRequest:
72
72
 
73
73
  @property
74
74
  def body(self):
75
- """Gets the body of this DetectExtentionByNameAndIdRequest.
75
+ r"""Gets the body of this DetectExtentionByNameAndIdRequest.
76
76
 
77
77
  :return: The body of this DetectExtentionByNameAndIdRequest.
78
78
  :rtype: :class:`huaweicloudsdkivs.v2.IvsExtentionByNameAndIdRequestBody`
@@ -81,7 +81,7 @@ class DetectExtentionByNameAndIdRequest:
81
81
 
82
82
  @body.setter
83
83
  def body(self, body):
84
- """Sets the body of this DetectExtentionByNameAndIdRequest.
84
+ r"""Sets the body of this DetectExtentionByNameAndIdRequest.
85
85
 
86
86
  :param body: The body of this DetectExtentionByNameAndIdRequest.
87
87
  :type body: :class:`huaweicloudsdkivs.v2.IvsExtentionByNameAndIdRequestBody`
@@ -30,7 +30,7 @@ class DetectExtentionByNameAndIdResponse(SdkResponse):
30
30
  }
31
31
 
32
32
  def __init__(self, meta=None, result=None, x_request_id=None):
33
- """DetectExtentionByNameAndIdResponse
33
+ r"""DetectExtentionByNameAndIdResponse
34
34
 
35
35
  The model defined in huaweicloud sdk
36
36
 
@@ -58,7 +58,7 @@ class DetectExtentionByNameAndIdResponse(SdkResponse):
58
58
 
59
59
  @property
60
60
  def meta(self):
61
- """Gets the meta of this DetectExtentionByNameAndIdResponse.
61
+ r"""Gets the meta of this DetectExtentionByNameAndIdResponse.
62
62
 
63
63
  :return: The meta of this DetectExtentionByNameAndIdResponse.
64
64
  :rtype: :class:`huaweicloudsdkivs.v2.Meta`
@@ -67,7 +67,7 @@ class DetectExtentionByNameAndIdResponse(SdkResponse):
67
67
 
68
68
  @meta.setter
69
69
  def meta(self, meta):
70
- """Sets the meta of this DetectExtentionByNameAndIdResponse.
70
+ r"""Sets the meta of this DetectExtentionByNameAndIdResponse.
71
71
 
72
72
  :param meta: The meta of this DetectExtentionByNameAndIdResponse.
73
73
  :type meta: :class:`huaweicloudsdkivs.v2.Meta`
@@ -76,7 +76,7 @@ class DetectExtentionByNameAndIdResponse(SdkResponse):
76
76
 
77
77
  @property
78
78
  def result(self):
79
- """Gets the result of this DetectExtentionByNameAndIdResponse.
79
+ r"""Gets the result of this DetectExtentionByNameAndIdResponse.
80
80
 
81
81
  :return: The result of this DetectExtentionByNameAndIdResponse.
82
82
  :rtype: :class:`huaweicloudsdkivs.v2.IvsExtentionByNameAndIdResponseBodyResult`
@@ -85,7 +85,7 @@ class DetectExtentionByNameAndIdResponse(SdkResponse):
85
85
 
86
86
  @result.setter
87
87
  def result(self, result):
88
- """Sets the result of this DetectExtentionByNameAndIdResponse.
88
+ r"""Sets the result of this DetectExtentionByNameAndIdResponse.
89
89
 
90
90
  :param result: The result of this DetectExtentionByNameAndIdResponse.
91
91
  :type result: :class:`huaweicloudsdkivs.v2.IvsExtentionByNameAndIdResponseBodyResult`
@@ -94,7 +94,7 @@ class DetectExtentionByNameAndIdResponse(SdkResponse):
94
94
 
95
95
  @property
96
96
  def x_request_id(self):
97
- """Gets the x_request_id of this DetectExtentionByNameAndIdResponse.
97
+ r"""Gets the x_request_id of this DetectExtentionByNameAndIdResponse.
98
98
 
99
99
  :return: The x_request_id of this DetectExtentionByNameAndIdResponse.
100
100
  :rtype: str
@@ -103,7 +103,7 @@ class DetectExtentionByNameAndIdResponse(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 DetectExtentionByNameAndIdResponse.
106
+ r"""Sets the x_request_id of this DetectExtentionByNameAndIdResponse.
107
107
 
108
108
  :param x_request_id: The x_request_id of this DetectExtentionByNameAndIdResponse.
109
109
  :type x_request_id: str
@@ -27,7 +27,7 @@ class DetectStandardByIdCardImageRequest:
27
27
  }
28
28
 
29
29
  def __init__(self, enterprise_project_id=None, body=None):
30
- """DetectStandardByIdCardImageRequest
30
+ r"""DetectStandardByIdCardImageRequest
31
31
 
32
32
  The model defined in huaweicloud sdk
33
33
 
@@ -50,7 +50,7 @@ class DetectStandardByIdCardImageRequest:
50
50
 
51
51
  @property
52
52
  def enterprise_project_id(self):
53
- """Gets the enterprise_project_id of this DetectStandardByIdCardImageRequest.
53
+ r"""Gets the enterprise_project_id of this DetectStandardByIdCardImageRequest.
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 DetectStandardByIdCardImageRequest:
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 DetectStandardByIdCardImageRequest.
64
+ r"""Sets the enterprise_project_id of this DetectStandardByIdCardImageRequest.
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 DetectStandardByIdCardImageRequest:
72
72
 
73
73
  @property
74
74
  def body(self):
75
- """Gets the body of this DetectStandardByIdCardImageRequest.
75
+ r"""Gets the body of this DetectStandardByIdCardImageRequest.
76
76
 
77
77
  :return: The body of this DetectStandardByIdCardImageRequest.
78
78
  :rtype: :class:`huaweicloudsdkivs.v2.IvsStandardByIdCardImageRequestBody`
@@ -81,7 +81,7 @@ class DetectStandardByIdCardImageRequest:
81
81
 
82
82
  @body.setter
83
83
  def body(self, body):
84
- """Sets the body of this DetectStandardByIdCardImageRequest.
84
+ r"""Sets the body of this DetectStandardByIdCardImageRequest.
85
85
 
86
86
  :param body: The body of this DetectStandardByIdCardImageRequest.
87
87
  :type body: :class:`huaweicloudsdkivs.v2.IvsStandardByIdCardImageRequestBody`
@@ -30,7 +30,7 @@ class DetectStandardByIdCardImageResponse(SdkResponse):
30
30
  }
31
31
 
32
32
  def __init__(self, meta=None, result=None, x_request_id=None):
33
- """DetectStandardByIdCardImageResponse
33
+ r"""DetectStandardByIdCardImageResponse
34
34
 
35
35
  The model defined in huaweicloud sdk
36
36
 
@@ -58,7 +58,7 @@ class DetectStandardByIdCardImageResponse(SdkResponse):
58
58
 
59
59
  @property
60
60
  def meta(self):
61
- """Gets the meta of this DetectStandardByIdCardImageResponse.
61
+ r"""Gets the meta of this DetectStandardByIdCardImageResponse.
62
62
 
63
63
  :return: The meta of this DetectStandardByIdCardImageResponse.
64
64
  :rtype: :class:`huaweicloudsdkivs.v2.Meta`
@@ -67,7 +67,7 @@ class DetectStandardByIdCardImageResponse(SdkResponse):
67
67
 
68
68
  @meta.setter
69
69
  def meta(self, meta):
70
- """Sets the meta of this DetectStandardByIdCardImageResponse.
70
+ r"""Sets the meta of this DetectStandardByIdCardImageResponse.
71
71
 
72
72
  :param meta: The meta of this DetectStandardByIdCardImageResponse.
73
73
  :type meta: :class:`huaweicloudsdkivs.v2.Meta`
@@ -76,7 +76,7 @@ class DetectStandardByIdCardImageResponse(SdkResponse):
76
76
 
77
77
  @property
78
78
  def result(self):
79
- """Gets the result of this DetectStandardByIdCardImageResponse.
79
+ r"""Gets the result of this DetectStandardByIdCardImageResponse.
80
80
 
81
81
  :return: The result of this DetectStandardByIdCardImageResponse.
82
82
  :rtype: :class:`huaweicloudsdkivs.v2.IvsStandardByIdCardImageResponseBodyResult`
@@ -85,7 +85,7 @@ class DetectStandardByIdCardImageResponse(SdkResponse):
85
85
 
86
86
  @result.setter
87
87
  def result(self, result):
88
- """Sets the result of this DetectStandardByIdCardImageResponse.
88
+ r"""Sets the result of this DetectStandardByIdCardImageResponse.
89
89
 
90
90
  :param result: The result of this DetectStandardByIdCardImageResponse.
91
91
  :type result: :class:`huaweicloudsdkivs.v2.IvsStandardByIdCardImageResponseBodyResult`
@@ -94,7 +94,7 @@ class DetectStandardByIdCardImageResponse(SdkResponse):
94
94
 
95
95
  @property
96
96
  def x_request_id(self):
97
- """Gets the x_request_id of this DetectStandardByIdCardImageResponse.
97
+ r"""Gets the x_request_id of this DetectStandardByIdCardImageResponse.
98
98
 
99
99
  :return: The x_request_id of this DetectStandardByIdCardImageResponse.
100
100
  :rtype: str
@@ -103,7 +103,7 @@ class DetectStandardByIdCardImageResponse(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 DetectStandardByIdCardImageResponse.
106
+ r"""Sets the x_request_id of this DetectStandardByIdCardImageResponse.
107
107
 
108
108
  :param x_request_id: The x_request_id of this DetectStandardByIdCardImageResponse.
109
109
  :type x_request_id: str
@@ -27,7 +27,7 @@ class DetectStandardByNameAndIdRequest:
27
27
  }
28
28
 
29
29
  def __init__(self, enterprise_project_id=None, body=None):
30
- """DetectStandardByNameAndIdRequest
30
+ r"""DetectStandardByNameAndIdRequest
31
31
 
32
32
  The model defined in huaweicloud sdk
33
33
 
@@ -50,7 +50,7 @@ class DetectStandardByNameAndIdRequest:
50
50
 
51
51
  @property
52
52
  def enterprise_project_id(self):
53
- """Gets the enterprise_project_id of this DetectStandardByNameAndIdRequest.
53
+ r"""Gets the enterprise_project_id of this DetectStandardByNameAndIdRequest.
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 DetectStandardByNameAndIdRequest:
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 DetectStandardByNameAndIdRequest.
64
+ r"""Sets the enterprise_project_id of this DetectStandardByNameAndIdRequest.
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 DetectStandardByNameAndIdRequest:
72
72
 
73
73
  @property
74
74
  def body(self):
75
- """Gets the body of this DetectStandardByNameAndIdRequest.
75
+ r"""Gets the body of this DetectStandardByNameAndIdRequest.
76
76
 
77
77
  :return: The body of this DetectStandardByNameAndIdRequest.
78
78
  :rtype: :class:`huaweicloudsdkivs.v2.IvsStandardByNameAndIdRequestBody`
@@ -81,7 +81,7 @@ class DetectStandardByNameAndIdRequest:
81
81
 
82
82
  @body.setter
83
83
  def body(self, body):
84
- """Sets the body of this DetectStandardByNameAndIdRequest.
84
+ r"""Sets the body of this DetectStandardByNameAndIdRequest.
85
85
 
86
86
  :param body: The body of this DetectStandardByNameAndIdRequest.
87
87
  :type body: :class:`huaweicloudsdkivs.v2.IvsStandardByNameAndIdRequestBody`
@@ -30,7 +30,7 @@ class DetectStandardByNameAndIdResponse(SdkResponse):
30
30
  }
31
31
 
32
32
  def __init__(self, meta=None, result=None, x_request_id=None):
33
- """DetectStandardByNameAndIdResponse
33
+ r"""DetectStandardByNameAndIdResponse
34
34
 
35
35
  The model defined in huaweicloud sdk
36
36
 
@@ -58,7 +58,7 @@ class DetectStandardByNameAndIdResponse(SdkResponse):
58
58
 
59
59
  @property
60
60
  def meta(self):
61
- """Gets the meta of this DetectStandardByNameAndIdResponse.
61
+ r"""Gets the meta of this DetectStandardByNameAndIdResponse.
62
62
 
63
63
  :return: The meta of this DetectStandardByNameAndIdResponse.
64
64
  :rtype: :class:`huaweicloudsdkivs.v2.Meta`
@@ -67,7 +67,7 @@ class DetectStandardByNameAndIdResponse(SdkResponse):
67
67
 
68
68
  @meta.setter
69
69
  def meta(self, meta):
70
- """Sets the meta of this DetectStandardByNameAndIdResponse.
70
+ r"""Sets the meta of this DetectStandardByNameAndIdResponse.
71
71
 
72
72
  :param meta: The meta of this DetectStandardByNameAndIdResponse.
73
73
  :type meta: :class:`huaweicloudsdkivs.v2.Meta`
@@ -76,7 +76,7 @@ class DetectStandardByNameAndIdResponse(SdkResponse):
76
76
 
77
77
  @property
78
78
  def result(self):
79
- """Gets the result of this DetectStandardByNameAndIdResponse.
79
+ r"""Gets the result of this DetectStandardByNameAndIdResponse.
80
80
 
81
81
  :return: The result of this DetectStandardByNameAndIdResponse.
82
82
  :rtype: :class:`huaweicloudsdkivs.v2.IvsStandardByNameAndIdResponseBodyResult`
@@ -85,7 +85,7 @@ class DetectStandardByNameAndIdResponse(SdkResponse):
85
85
 
86
86
  @result.setter
87
87
  def result(self, result):
88
- """Sets the result of this DetectStandardByNameAndIdResponse.
88
+ r"""Sets the result of this DetectStandardByNameAndIdResponse.
89
89
 
90
90
  :param result: The result of this DetectStandardByNameAndIdResponse.
91
91
  :type result: :class:`huaweicloudsdkivs.v2.IvsStandardByNameAndIdResponseBodyResult`
@@ -94,7 +94,7 @@ class DetectStandardByNameAndIdResponse(SdkResponse):
94
94
 
95
95
  @property
96
96
  def x_request_id(self):
97
- """Gets the x_request_id of this DetectStandardByNameAndIdResponse.
97
+ r"""Gets the x_request_id of this DetectStandardByNameAndIdResponse.
98
98
 
99
99
  :return: The x_request_id of this DetectStandardByNameAndIdResponse.
100
100
  :rtype: str
@@ -103,7 +103,7 @@ class DetectStandardByNameAndIdResponse(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 DetectStandardByNameAndIdResponse.
106
+ r"""Sets the x_request_id of this DetectStandardByNameAndIdResponse.
107
107
 
108
108
  :param x_request_id: The x_request_id of this DetectStandardByNameAndIdResponse.
109
109
  :type x_request_id: str
@@ -27,7 +27,7 @@ class DetectStandardByVideoAndIdCardImageRequest:
27
27
  }
28
28
 
29
29
  def __init__(self, enterprise_project_id=None, body=None):
30
- """DetectStandardByVideoAndIdCardImageRequest
30
+ r"""DetectStandardByVideoAndIdCardImageRequest
31
31
 
32
32
  The model defined in huaweicloud sdk
33
33
 
@@ -50,7 +50,7 @@ class DetectStandardByVideoAndIdCardImageRequest:
50
50
 
51
51
  @property
52
52
  def enterprise_project_id(self):
53
- """Gets the enterprise_project_id of this DetectStandardByVideoAndIdCardImageRequest.
53
+ r"""Gets the enterprise_project_id of this DetectStandardByVideoAndIdCardImageRequest.
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 DetectStandardByVideoAndIdCardImageRequest:
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 DetectStandardByVideoAndIdCardImageRequest.
64
+ r"""Sets the enterprise_project_id of this DetectStandardByVideoAndIdCardImageRequest.
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 DetectStandardByVideoAndIdCardImageRequest:
72
72
 
73
73
  @property
74
74
  def body(self):
75
- """Gets the body of this DetectStandardByVideoAndIdCardImageRequest.
75
+ r"""Gets the body of this DetectStandardByVideoAndIdCardImageRequest.
76
76
 
77
77
  :return: The body of this DetectStandardByVideoAndIdCardImageRequest.
78
78
  :rtype: :class:`huaweicloudsdkivs.v2.IvsStandardByVideoAndIdCardImageRequestBody`
@@ -81,7 +81,7 @@ class DetectStandardByVideoAndIdCardImageRequest:
81
81
 
82
82
  @body.setter
83
83
  def body(self, body):
84
- """Sets the body of this DetectStandardByVideoAndIdCardImageRequest.
84
+ r"""Sets the body of this DetectStandardByVideoAndIdCardImageRequest.
85
85
 
86
86
  :param body: The body of this DetectStandardByVideoAndIdCardImageRequest.
87
87
  :type body: :class:`huaweicloudsdkivs.v2.IvsStandardByVideoAndIdCardImageRequestBody`