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 IvsExtentionByIdCardImageResponseBodyResult:
29
29
  }
30
30
 
31
31
  def __init__(self, service_name=None, count=None, resp_data=None):
32
- """IvsExtentionByIdCardImageResponseBodyResult
32
+ r"""IvsExtentionByIdCardImageResponseBodyResult
33
33
 
34
34
  The model defined in huaweicloud sdk
35
35
 
@@ -57,7 +57,7 @@ class IvsExtentionByIdCardImageResponseBodyResult:
57
57
 
58
58
  @property
59
59
  def service_name(self):
60
- """Gets the service_name of this IvsExtentionByIdCardImageResponseBodyResult.
60
+ r"""Gets the service_name of this IvsExtentionByIdCardImageResponseBodyResult.
61
61
 
62
62
  子服务名称。
63
63
 
@@ -68,7 +68,7 @@ class IvsExtentionByIdCardImageResponseBodyResult:
68
68
 
69
69
  @service_name.setter
70
70
  def service_name(self, service_name):
71
- """Sets the service_name of this IvsExtentionByIdCardImageResponseBodyResult.
71
+ r"""Sets the service_name of this IvsExtentionByIdCardImageResponseBodyResult.
72
72
 
73
73
  子服务名称。
74
74
 
@@ -79,7 +79,7 @@ class IvsExtentionByIdCardImageResponseBodyResult:
79
79
 
80
80
  @property
81
81
  def count(self):
82
- """Gets the count of this IvsExtentionByIdCardImageResponseBodyResult.
82
+ r"""Gets the count of this IvsExtentionByIdCardImageResponseBodyResult.
83
83
 
84
84
  成功的结果数量,与resp_data字段对应。
85
85
 
@@ -90,7 +90,7 @@ class IvsExtentionByIdCardImageResponseBodyResult:
90
90
 
91
91
  @count.setter
92
92
  def count(self, count):
93
- """Sets the count of this IvsExtentionByIdCardImageResponseBodyResult.
93
+ r"""Sets the count of this IvsExtentionByIdCardImageResponseBodyResult.
94
94
 
95
95
  成功的结果数量,与resp_data字段对应。
96
96
 
@@ -101,7 +101,7 @@ class IvsExtentionByIdCardImageResponseBodyResult:
101
101
 
102
102
  @property
103
103
  def resp_data(self):
104
- """Gets the resp_data of this IvsExtentionByIdCardImageResponseBodyResult.
104
+ r"""Gets the resp_data of this IvsExtentionByIdCardImageResponseBodyResult.
105
105
 
106
106
  请求列表,用于支持批量调用。目前暂时只支持单个数据查询。
107
107
 
@@ -112,7 +112,7 @@ class IvsExtentionByIdCardImageResponseBodyResult:
112
112
 
113
113
  @resp_data.setter
114
114
  def resp_data(self, resp_data):
115
- """Sets the resp_data of this IvsExtentionByIdCardImageResponseBodyResult.
115
+ r"""Sets the resp_data of this IvsExtentionByIdCardImageResponseBodyResult.
116
116
 
117
117
  请求列表,用于支持批量调用。目前暂时只支持单个数据查询。
118
118
 
@@ -27,7 +27,7 @@ class IvsExtentionByNameAndIdRequestBody:
27
27
  }
28
28
 
29
29
  def __init__(self, meta=None, data=None):
30
- """IvsExtentionByNameAndIdRequestBody
30
+ r"""IvsExtentionByNameAndIdRequestBody
31
31
 
32
32
  The model defined in huaweicloud sdk
33
33
 
@@ -48,7 +48,7 @@ class IvsExtentionByNameAndIdRequestBody:
48
48
 
49
49
  @property
50
50
  def meta(self):
51
- """Gets the meta of this IvsExtentionByNameAndIdRequestBody.
51
+ r"""Gets the meta of this IvsExtentionByNameAndIdRequestBody.
52
52
 
53
53
  :return: The meta of this IvsExtentionByNameAndIdRequestBody.
54
54
  :rtype: :class:`huaweicloudsdkivs.v2.Meta`
@@ -57,7 +57,7 @@ class IvsExtentionByNameAndIdRequestBody:
57
57
 
58
58
  @meta.setter
59
59
  def meta(self, meta):
60
- """Sets the meta of this IvsExtentionByNameAndIdRequestBody.
60
+ r"""Sets the meta of this IvsExtentionByNameAndIdRequestBody.
61
61
 
62
62
  :param meta: The meta of this IvsExtentionByNameAndIdRequestBody.
63
63
  :type meta: :class:`huaweicloudsdkivs.v2.Meta`
@@ -66,7 +66,7 @@ class IvsExtentionByNameAndIdRequestBody:
66
66
 
67
67
  @property
68
68
  def data(self):
69
- """Gets the data of this IvsExtentionByNameAndIdRequestBody.
69
+ r"""Gets the data of this IvsExtentionByNameAndIdRequestBody.
70
70
 
71
71
  :return: The data of this IvsExtentionByNameAndIdRequestBody.
72
72
  :rtype: :class:`huaweicloudsdkivs.v2.IvsExtentionByNameAndIdRequestBodyData`
@@ -75,7 +75,7 @@ class IvsExtentionByNameAndIdRequestBody:
75
75
 
76
76
  @data.setter
77
77
  def data(self, data):
78
- """Sets the data of this IvsExtentionByNameAndIdRequestBody.
78
+ r"""Sets the data of this IvsExtentionByNameAndIdRequestBody.
79
79
 
80
80
  :param data: The data of this IvsExtentionByNameAndIdRequestBody.
81
81
  :type data: :class:`huaweicloudsdkivs.v2.IvsExtentionByNameAndIdRequestBodyData`
@@ -25,7 +25,7 @@ class IvsExtentionByNameAndIdRequestBodyData:
25
25
  }
26
26
 
27
27
  def __init__(self, req_data=None):
28
- """IvsExtentionByNameAndIdRequestBodyData
28
+ r"""IvsExtentionByNameAndIdRequestBodyData
29
29
 
30
30
  The model defined in huaweicloud sdk
31
31
 
@@ -43,7 +43,7 @@ class IvsExtentionByNameAndIdRequestBodyData:
43
43
 
44
44
  @property
45
45
  def req_data(self):
46
- """Gets the req_data of this IvsExtentionByNameAndIdRequestBodyData.
46
+ r"""Gets the req_data of this IvsExtentionByNameAndIdRequestBodyData.
47
47
 
48
48
  请求列表,用于支持批量调用。目前暂时只支持单个数据查询。
49
49
 
@@ -54,7 +54,7 @@ class IvsExtentionByNameAndIdRequestBodyData:
54
54
 
55
55
  @req_data.setter
56
56
  def req_data(self, req_data):
57
- """Sets the req_data of this IvsExtentionByNameAndIdRequestBodyData.
57
+ r"""Sets the req_data of this IvsExtentionByNameAndIdRequestBodyData.
58
58
 
59
59
  请求列表,用于支持批量调用。目前暂时只支持单个数据查询。
60
60
 
@@ -29,7 +29,7 @@ class IvsExtentionByNameAndIdResponseBodyResult:
29
29
  }
30
30
 
31
31
  def __init__(self, service_name=None, count=None, resp_data=None):
32
- """IvsExtentionByNameAndIdResponseBodyResult
32
+ r"""IvsExtentionByNameAndIdResponseBodyResult
33
33
 
34
34
  The model defined in huaweicloud sdk
35
35
 
@@ -57,7 +57,7 @@ class IvsExtentionByNameAndIdResponseBodyResult:
57
57
 
58
58
  @property
59
59
  def service_name(self):
60
- """Gets the service_name of this IvsExtentionByNameAndIdResponseBodyResult.
60
+ r"""Gets the service_name of this IvsExtentionByNameAndIdResponseBodyResult.
61
61
 
62
62
  子服务名称。
63
63
 
@@ -68,7 +68,7 @@ class IvsExtentionByNameAndIdResponseBodyResult:
68
68
 
69
69
  @service_name.setter
70
70
  def service_name(self, service_name):
71
- """Sets the service_name of this IvsExtentionByNameAndIdResponseBodyResult.
71
+ r"""Sets the service_name of this IvsExtentionByNameAndIdResponseBodyResult.
72
72
 
73
73
  子服务名称。
74
74
 
@@ -79,7 +79,7 @@ class IvsExtentionByNameAndIdResponseBodyResult:
79
79
 
80
80
  @property
81
81
  def count(self):
82
- """Gets the count of this IvsExtentionByNameAndIdResponseBodyResult.
82
+ r"""Gets the count of this IvsExtentionByNameAndIdResponseBodyResult.
83
83
 
84
84
  成功的结果数量,与resp_data字段对应。
85
85
 
@@ -90,7 +90,7 @@ class IvsExtentionByNameAndIdResponseBodyResult:
90
90
 
91
91
  @count.setter
92
92
  def count(self, count):
93
- """Sets the count of this IvsExtentionByNameAndIdResponseBodyResult.
93
+ r"""Sets the count of this IvsExtentionByNameAndIdResponseBodyResult.
94
94
 
95
95
  成功的结果数量,与resp_data字段对应。
96
96
 
@@ -101,7 +101,7 @@ class IvsExtentionByNameAndIdResponseBodyResult:
101
101
 
102
102
  @property
103
103
  def resp_data(self):
104
- """Gets the resp_data of this IvsExtentionByNameAndIdResponseBodyResult.
104
+ r"""Gets the resp_data of this IvsExtentionByNameAndIdResponseBodyResult.
105
105
 
106
106
  请求列表,用于支持批量调用。目前暂时只支持单个数据查询。
107
107
 
@@ -112,7 +112,7 @@ class IvsExtentionByNameAndIdResponseBodyResult:
112
112
 
113
113
  @resp_data.setter
114
114
  def resp_data(self, resp_data):
115
- """Sets the resp_data of this IvsExtentionByNameAndIdResponseBodyResult.
115
+ r"""Sets the resp_data of this IvsExtentionByNameAndIdResponseBodyResult.
116
116
 
117
117
  请求列表,用于支持批量调用。目前暂时只支持单个数据查询。
118
118
 
@@ -27,7 +27,7 @@ class IvsStandardByIdCardImageRequestBody:
27
27
  }
28
28
 
29
29
  def __init__(self, meta=None, data=None):
30
- """IvsStandardByIdCardImageRequestBody
30
+ r"""IvsStandardByIdCardImageRequestBody
31
31
 
32
32
  The model defined in huaweicloud sdk
33
33
 
@@ -48,7 +48,7 @@ class IvsStandardByIdCardImageRequestBody:
48
48
 
49
49
  @property
50
50
  def meta(self):
51
- """Gets the meta of this IvsStandardByIdCardImageRequestBody.
51
+ r"""Gets the meta of this IvsStandardByIdCardImageRequestBody.
52
52
 
53
53
  :return: The meta of this IvsStandardByIdCardImageRequestBody.
54
54
  :rtype: :class:`huaweicloudsdkivs.v2.Meta`
@@ -57,7 +57,7 @@ class IvsStandardByIdCardImageRequestBody:
57
57
 
58
58
  @meta.setter
59
59
  def meta(self, meta):
60
- """Sets the meta of this IvsStandardByIdCardImageRequestBody.
60
+ r"""Sets the meta of this IvsStandardByIdCardImageRequestBody.
61
61
 
62
62
  :param meta: The meta of this IvsStandardByIdCardImageRequestBody.
63
63
  :type meta: :class:`huaweicloudsdkivs.v2.Meta`
@@ -66,7 +66,7 @@ class IvsStandardByIdCardImageRequestBody:
66
66
 
67
67
  @property
68
68
  def data(self):
69
- """Gets the data of this IvsStandardByIdCardImageRequestBody.
69
+ r"""Gets the data of this IvsStandardByIdCardImageRequestBody.
70
70
 
71
71
  :return: The data of this IvsStandardByIdCardImageRequestBody.
72
72
  :rtype: :class:`huaweicloudsdkivs.v2.IvsStandardByIdCardImageRequestBodyData`
@@ -75,7 +75,7 @@ class IvsStandardByIdCardImageRequestBody:
75
75
 
76
76
  @data.setter
77
77
  def data(self, data):
78
- """Sets the data of this IvsStandardByIdCardImageRequestBody.
78
+ r"""Sets the data of this IvsStandardByIdCardImageRequestBody.
79
79
 
80
80
  :param data: The data of this IvsStandardByIdCardImageRequestBody.
81
81
  :type data: :class:`huaweicloudsdkivs.v2.IvsStandardByIdCardImageRequestBodyData`
@@ -25,7 +25,7 @@ class IvsStandardByIdCardImageRequestBodyData:
25
25
  }
26
26
 
27
27
  def __init__(self, req_data=None):
28
- """IvsStandardByIdCardImageRequestBodyData
28
+ r"""IvsStandardByIdCardImageRequestBodyData
29
29
 
30
30
  The model defined in huaweicloud sdk
31
31
 
@@ -43,7 +43,7 @@ class IvsStandardByIdCardImageRequestBodyData:
43
43
 
44
44
  @property
45
45
  def req_data(self):
46
- """Gets the req_data of this IvsStandardByIdCardImageRequestBodyData.
46
+ r"""Gets the req_data of this IvsStandardByIdCardImageRequestBodyData.
47
47
 
48
48
  请求列表,用于支持批量调用。目前暂时只支持单个数据查询。
49
49
 
@@ -54,7 +54,7 @@ class IvsStandardByIdCardImageRequestBodyData:
54
54
 
55
55
  @req_data.setter
56
56
  def req_data(self, req_data):
57
- """Sets the req_data of this IvsStandardByIdCardImageRequestBodyData.
57
+ r"""Sets the req_data of this IvsStandardByIdCardImageRequestBodyData.
58
58
 
59
59
  请求列表,用于支持批量调用。目前暂时只支持单个数据查询。
60
60
 
@@ -29,7 +29,7 @@ class IvsStandardByIdCardImageResponseBodyResult:
29
29
  }
30
30
 
31
31
  def __init__(self, service_name=None, count=None, resp_data=None):
32
- """IvsStandardByIdCardImageResponseBodyResult
32
+ r"""IvsStandardByIdCardImageResponseBodyResult
33
33
 
34
34
  The model defined in huaweicloud sdk
35
35
 
@@ -54,7 +54,7 @@ class IvsStandardByIdCardImageResponseBodyResult:
54
54
 
55
55
  @property
56
56
  def service_name(self):
57
- """Gets the service_name of this IvsStandardByIdCardImageResponseBodyResult.
57
+ r"""Gets the service_name of this IvsStandardByIdCardImageResponseBodyResult.
58
58
 
59
59
  子服务名称。
60
60
 
@@ -65,7 +65,7 @@ class IvsStandardByIdCardImageResponseBodyResult:
65
65
 
66
66
  @service_name.setter
67
67
  def service_name(self, service_name):
68
- """Sets the service_name of this IvsStandardByIdCardImageResponseBodyResult.
68
+ r"""Sets the service_name of this IvsStandardByIdCardImageResponseBodyResult.
69
69
 
70
70
  子服务名称。
71
71
 
@@ -76,7 +76,7 @@ class IvsStandardByIdCardImageResponseBodyResult:
76
76
 
77
77
  @property
78
78
  def count(self):
79
- """Gets the count of this IvsStandardByIdCardImageResponseBodyResult.
79
+ r"""Gets the count of this IvsStandardByIdCardImageResponseBodyResult.
80
80
 
81
81
  成功的结果数量,与resp_data字段对应。
82
82
 
@@ -87,7 +87,7 @@ class IvsStandardByIdCardImageResponseBodyResult:
87
87
 
88
88
  @count.setter
89
89
  def count(self, count):
90
- """Sets the count of this IvsStandardByIdCardImageResponseBodyResult.
90
+ r"""Sets the count of this IvsStandardByIdCardImageResponseBodyResult.
91
91
 
92
92
  成功的结果数量,与resp_data字段对应。
93
93
 
@@ -98,7 +98,7 @@ class IvsStandardByIdCardImageResponseBodyResult:
98
98
 
99
99
  @property
100
100
  def resp_data(self):
101
- """Gets the resp_data of this IvsStandardByIdCardImageResponseBodyResult.
101
+ r"""Gets the resp_data of this IvsStandardByIdCardImageResponseBodyResult.
102
102
 
103
103
  请求列表,用于支持批量调用。目前暂时只支持单个数据查询。
104
104
 
@@ -109,7 +109,7 @@ class IvsStandardByIdCardImageResponseBodyResult:
109
109
 
110
110
  @resp_data.setter
111
111
  def resp_data(self, resp_data):
112
- """Sets the resp_data of this IvsStandardByIdCardImageResponseBodyResult.
112
+ r"""Sets the resp_data of this IvsStandardByIdCardImageResponseBodyResult.
113
113
 
114
114
  请求列表,用于支持批量调用。目前暂时只支持单个数据查询。
115
115
 
@@ -27,7 +27,7 @@ class IvsStandardByNameAndIdRequestBody:
27
27
  }
28
28
 
29
29
  def __init__(self, meta=None, data=None):
30
- """IvsStandardByNameAndIdRequestBody
30
+ r"""IvsStandardByNameAndIdRequestBody
31
31
 
32
32
  The model defined in huaweicloud sdk
33
33
 
@@ -48,7 +48,7 @@ class IvsStandardByNameAndIdRequestBody:
48
48
 
49
49
  @property
50
50
  def meta(self):
51
- """Gets the meta of this IvsStandardByNameAndIdRequestBody.
51
+ r"""Gets the meta of this IvsStandardByNameAndIdRequestBody.
52
52
 
53
53
  :return: The meta of this IvsStandardByNameAndIdRequestBody.
54
54
  :rtype: :class:`huaweicloudsdkivs.v2.Meta`
@@ -57,7 +57,7 @@ class IvsStandardByNameAndIdRequestBody:
57
57
 
58
58
  @meta.setter
59
59
  def meta(self, meta):
60
- """Sets the meta of this IvsStandardByNameAndIdRequestBody.
60
+ r"""Sets the meta of this IvsStandardByNameAndIdRequestBody.
61
61
 
62
62
  :param meta: The meta of this IvsStandardByNameAndIdRequestBody.
63
63
  :type meta: :class:`huaweicloudsdkivs.v2.Meta`
@@ -66,7 +66,7 @@ class IvsStandardByNameAndIdRequestBody:
66
66
 
67
67
  @property
68
68
  def data(self):
69
- """Gets the data of this IvsStandardByNameAndIdRequestBody.
69
+ r"""Gets the data of this IvsStandardByNameAndIdRequestBody.
70
70
 
71
71
  :return: The data of this IvsStandardByNameAndIdRequestBody.
72
72
  :rtype: :class:`huaweicloudsdkivs.v2.IvsStandardByNameAndIdRequestBodyData`
@@ -75,7 +75,7 @@ class IvsStandardByNameAndIdRequestBody:
75
75
 
76
76
  @data.setter
77
77
  def data(self, data):
78
- """Sets the data of this IvsStandardByNameAndIdRequestBody.
78
+ r"""Sets the data of this IvsStandardByNameAndIdRequestBody.
79
79
 
80
80
  :param data: The data of this IvsStandardByNameAndIdRequestBody.
81
81
  :type data: :class:`huaweicloudsdkivs.v2.IvsStandardByNameAndIdRequestBodyData`
@@ -25,7 +25,7 @@ class IvsStandardByNameAndIdRequestBodyData:
25
25
  }
26
26
 
27
27
  def __init__(self, req_data=None):
28
- """IvsStandardByNameAndIdRequestBodyData
28
+ r"""IvsStandardByNameAndIdRequestBodyData
29
29
 
30
30
  The model defined in huaweicloud sdk
31
31
 
@@ -43,7 +43,7 @@ class IvsStandardByNameAndIdRequestBodyData:
43
43
 
44
44
  @property
45
45
  def req_data(self):
46
- """Gets the req_data of this IvsStandardByNameAndIdRequestBodyData.
46
+ r"""Gets the req_data of this IvsStandardByNameAndIdRequestBodyData.
47
47
 
48
48
  请求列表,用于支持批量调用。目前暂时只支持单个数据查询。
49
49
 
@@ -54,7 +54,7 @@ class IvsStandardByNameAndIdRequestBodyData:
54
54
 
55
55
  @req_data.setter
56
56
  def req_data(self, req_data):
57
- """Sets the req_data of this IvsStandardByNameAndIdRequestBodyData.
57
+ r"""Sets the req_data of this IvsStandardByNameAndIdRequestBodyData.
58
58
 
59
59
  请求列表,用于支持批量调用。目前暂时只支持单个数据查询。
60
60
 
@@ -29,7 +29,7 @@ class IvsStandardByNameAndIdResponseBodyResult:
29
29
  }
30
30
 
31
31
  def __init__(self, service_name=None, count=None, resp_data=None):
32
- """IvsStandardByNameAndIdResponseBodyResult
32
+ r"""IvsStandardByNameAndIdResponseBodyResult
33
33
 
34
34
  The model defined in huaweicloud sdk
35
35
 
@@ -54,7 +54,7 @@ class IvsStandardByNameAndIdResponseBodyResult:
54
54
 
55
55
  @property
56
56
  def service_name(self):
57
- """Gets the service_name of this IvsStandardByNameAndIdResponseBodyResult.
57
+ r"""Gets the service_name of this IvsStandardByNameAndIdResponseBodyResult.
58
58
 
59
59
  子服务名称。
60
60
 
@@ -65,7 +65,7 @@ class IvsStandardByNameAndIdResponseBodyResult:
65
65
 
66
66
  @service_name.setter
67
67
  def service_name(self, service_name):
68
- """Sets the service_name of this IvsStandardByNameAndIdResponseBodyResult.
68
+ r"""Sets the service_name of this IvsStandardByNameAndIdResponseBodyResult.
69
69
 
70
70
  子服务名称。
71
71
 
@@ -76,7 +76,7 @@ class IvsStandardByNameAndIdResponseBodyResult:
76
76
 
77
77
  @property
78
78
  def count(self):
79
- """Gets the count of this IvsStandardByNameAndIdResponseBodyResult.
79
+ r"""Gets the count of this IvsStandardByNameAndIdResponseBodyResult.
80
80
 
81
81
  成功的结果数量,与resp_data字段对应。
82
82
 
@@ -87,7 +87,7 @@ class IvsStandardByNameAndIdResponseBodyResult:
87
87
 
88
88
  @count.setter
89
89
  def count(self, count):
90
- """Sets the count of this IvsStandardByNameAndIdResponseBodyResult.
90
+ r"""Sets the count of this IvsStandardByNameAndIdResponseBodyResult.
91
91
 
92
92
  成功的结果数量,与resp_data字段对应。
93
93
 
@@ -98,7 +98,7 @@ class IvsStandardByNameAndIdResponseBodyResult:
98
98
 
99
99
  @property
100
100
  def resp_data(self):
101
- """Gets the resp_data of this IvsStandardByNameAndIdResponseBodyResult.
101
+ r"""Gets the resp_data of this IvsStandardByNameAndIdResponseBodyResult.
102
102
 
103
103
  请求列表,用于支持批量调用。目前暂时只支持单个数据查询。
104
104
 
@@ -109,7 +109,7 @@ class IvsStandardByNameAndIdResponseBodyResult:
109
109
 
110
110
  @resp_data.setter
111
111
  def resp_data(self, resp_data):
112
- """Sets the resp_data of this IvsStandardByNameAndIdResponseBodyResult.
112
+ r"""Sets the resp_data of this IvsStandardByNameAndIdResponseBodyResult.
113
113
 
114
114
  请求列表,用于支持批量调用。目前暂时只支持单个数据查询。
115
115
 
@@ -27,7 +27,7 @@ class IvsStandardByVideoAndIdCardImageRequestBody:
27
27
  }
28
28
 
29
29
  def __init__(self, meta=None, data=None):
30
- """IvsStandardByVideoAndIdCardImageRequestBody
30
+ r"""IvsStandardByVideoAndIdCardImageRequestBody
31
31
 
32
32
  The model defined in huaweicloud sdk
33
33
 
@@ -48,7 +48,7 @@ class IvsStandardByVideoAndIdCardImageRequestBody:
48
48
 
49
49
  @property
50
50
  def meta(self):
51
- """Gets the meta of this IvsStandardByVideoAndIdCardImageRequestBody.
51
+ r"""Gets the meta of this IvsStandardByVideoAndIdCardImageRequestBody.
52
52
 
53
53
  :return: The meta of this IvsStandardByVideoAndIdCardImageRequestBody.
54
54
  :rtype: :class:`huaweicloudsdkivs.v2.Meta`
@@ -57,7 +57,7 @@ class IvsStandardByVideoAndIdCardImageRequestBody:
57
57
 
58
58
  @meta.setter
59
59
  def meta(self, meta):
60
- """Sets the meta of this IvsStandardByVideoAndIdCardImageRequestBody.
60
+ r"""Sets the meta of this IvsStandardByVideoAndIdCardImageRequestBody.
61
61
 
62
62
  :param meta: The meta of this IvsStandardByVideoAndIdCardImageRequestBody.
63
63
  :type meta: :class:`huaweicloudsdkivs.v2.Meta`
@@ -66,7 +66,7 @@ class IvsStandardByVideoAndIdCardImageRequestBody:
66
66
 
67
67
  @property
68
68
  def data(self):
69
- """Gets the data of this IvsStandardByVideoAndIdCardImageRequestBody.
69
+ r"""Gets the data of this IvsStandardByVideoAndIdCardImageRequestBody.
70
70
 
71
71
  :return: The data of this IvsStandardByVideoAndIdCardImageRequestBody.
72
72
  :rtype: :class:`huaweicloudsdkivs.v2.IvsStandardByVideoAndIdCardImageRequestBodyData`
@@ -75,7 +75,7 @@ class IvsStandardByVideoAndIdCardImageRequestBody:
75
75
 
76
76
  @data.setter
77
77
  def data(self, data):
78
- """Sets the data of this IvsStandardByVideoAndIdCardImageRequestBody.
78
+ r"""Sets the data of this IvsStandardByVideoAndIdCardImageRequestBody.
79
79
 
80
80
  :param data: The data of this IvsStandardByVideoAndIdCardImageRequestBody.
81
81
  :type data: :class:`huaweicloudsdkivs.v2.IvsStandardByVideoAndIdCardImageRequestBodyData`
@@ -25,7 +25,7 @@ class IvsStandardByVideoAndIdCardImageRequestBodyData:
25
25
  }
26
26
 
27
27
  def __init__(self, req_data=None):
28
- """IvsStandardByVideoAndIdCardImageRequestBodyData
28
+ r"""IvsStandardByVideoAndIdCardImageRequestBodyData
29
29
 
30
30
  The model defined in huaweicloud sdk
31
31
 
@@ -43,7 +43,7 @@ class IvsStandardByVideoAndIdCardImageRequestBodyData:
43
43
 
44
44
  @property
45
45
  def req_data(self):
46
- """Gets the req_data of this IvsStandardByVideoAndIdCardImageRequestBodyData.
46
+ r"""Gets the req_data of this IvsStandardByVideoAndIdCardImageRequestBodyData.
47
47
 
48
48
  请求列表,用于支持批量调用。目前暂时只支持单个数据查询。
49
49
 
@@ -54,7 +54,7 @@ class IvsStandardByVideoAndIdCardImageRequestBodyData:
54
54
 
55
55
  @req_data.setter
56
56
  def req_data(self, req_data):
57
- """Sets the req_data of this IvsStandardByVideoAndIdCardImageRequestBodyData.
57
+ r"""Sets the req_data of this IvsStandardByVideoAndIdCardImageRequestBodyData.
58
58
 
59
59
  请求列表,用于支持批量调用。目前暂时只支持单个数据查询。
60
60
 
@@ -29,7 +29,7 @@ class IvsStandardByVideoAndIdCardImageResponseBodyResult:
29
29
  }
30
30
 
31
31
  def __init__(self, service_name=None, count=None, resp_data=None):
32
- """IvsStandardByVideoAndIdCardImageResponseBodyResult
32
+ r"""IvsStandardByVideoAndIdCardImageResponseBodyResult
33
33
 
34
34
  The model defined in huaweicloud sdk
35
35
 
@@ -54,7 +54,7 @@ class IvsStandardByVideoAndIdCardImageResponseBodyResult:
54
54
 
55
55
  @property
56
56
  def service_name(self):
57
- """Gets the service_name of this IvsStandardByVideoAndIdCardImageResponseBodyResult.
57
+ r"""Gets the service_name of this IvsStandardByVideoAndIdCardImageResponseBodyResult.
58
58
 
59
59
  子服务名称。
60
60
 
@@ -65,7 +65,7 @@ class IvsStandardByVideoAndIdCardImageResponseBodyResult:
65
65
 
66
66
  @service_name.setter
67
67
  def service_name(self, service_name):
68
- """Sets the service_name of this IvsStandardByVideoAndIdCardImageResponseBodyResult.
68
+ r"""Sets the service_name of this IvsStandardByVideoAndIdCardImageResponseBodyResult.
69
69
 
70
70
  子服务名称。
71
71
 
@@ -76,7 +76,7 @@ class IvsStandardByVideoAndIdCardImageResponseBodyResult:
76
76
 
77
77
  @property
78
78
  def count(self):
79
- """Gets the count of this IvsStandardByVideoAndIdCardImageResponseBodyResult.
79
+ r"""Gets the count of this IvsStandardByVideoAndIdCardImageResponseBodyResult.
80
80
 
81
81
  成功的结果数量,与resp_data字段对应。
82
82
 
@@ -87,7 +87,7 @@ class IvsStandardByVideoAndIdCardImageResponseBodyResult:
87
87
 
88
88
  @count.setter
89
89
  def count(self, count):
90
- """Sets the count of this IvsStandardByVideoAndIdCardImageResponseBodyResult.
90
+ r"""Sets the count of this IvsStandardByVideoAndIdCardImageResponseBodyResult.
91
91
 
92
92
  成功的结果数量,与resp_data字段对应。
93
93
 
@@ -98,7 +98,7 @@ class IvsStandardByVideoAndIdCardImageResponseBodyResult:
98
98
 
99
99
  @property
100
100
  def resp_data(self):
101
- """Gets the resp_data of this IvsStandardByVideoAndIdCardImageResponseBodyResult.
101
+ r"""Gets the resp_data of this IvsStandardByVideoAndIdCardImageResponseBodyResult.
102
102
 
103
103
  请求列表,用于支持批量调用。目前暂时只支持单个数据查询。
104
104
 
@@ -109,7 +109,7 @@ class IvsStandardByVideoAndIdCardImageResponseBodyResult:
109
109
 
110
110
  @resp_data.setter
111
111
  def resp_data(self, resp_data):
112
- """Sets the resp_data of this IvsStandardByVideoAndIdCardImageResponseBodyResult.
112
+ r"""Sets the resp_data of this IvsStandardByVideoAndIdCardImageResponseBodyResult.
113
113
 
114
114
  请求列表,用于支持批量调用。目前暂时只支持单个数据查询。
115
115
 
@@ -27,7 +27,7 @@ class IvsStandardByVideoAndNameAndIdRequestBody:
27
27
  }
28
28
 
29
29
  def __init__(self, meta=None, data=None):
30
- """IvsStandardByVideoAndNameAndIdRequestBody
30
+ r"""IvsStandardByVideoAndNameAndIdRequestBody
31
31
 
32
32
  The model defined in huaweicloud sdk
33
33
 
@@ -48,7 +48,7 @@ class IvsStandardByVideoAndNameAndIdRequestBody:
48
48
 
49
49
  @property
50
50
  def meta(self):
51
- """Gets the meta of this IvsStandardByVideoAndNameAndIdRequestBody.
51
+ r"""Gets the meta of this IvsStandardByVideoAndNameAndIdRequestBody.
52
52
 
53
53
  :return: The meta of this IvsStandardByVideoAndNameAndIdRequestBody.
54
54
  :rtype: :class:`huaweicloudsdkivs.v2.Meta`
@@ -57,7 +57,7 @@ class IvsStandardByVideoAndNameAndIdRequestBody:
57
57
 
58
58
  @meta.setter
59
59
  def meta(self, meta):
60
- """Sets the meta of this IvsStandardByVideoAndNameAndIdRequestBody.
60
+ r"""Sets the meta of this IvsStandardByVideoAndNameAndIdRequestBody.
61
61
 
62
62
  :param meta: The meta of this IvsStandardByVideoAndNameAndIdRequestBody.
63
63
  :type meta: :class:`huaweicloudsdkivs.v2.Meta`
@@ -66,7 +66,7 @@ class IvsStandardByVideoAndNameAndIdRequestBody:
66
66
 
67
67
  @property
68
68
  def data(self):
69
- """Gets the data of this IvsStandardByVideoAndNameAndIdRequestBody.
69
+ r"""Gets the data of this IvsStandardByVideoAndNameAndIdRequestBody.
70
70
 
71
71
  :return: The data of this IvsStandardByVideoAndNameAndIdRequestBody.
72
72
  :rtype: :class:`huaweicloudsdkivs.v2.IvsStandardByVideoAndNameAndIdRequestBodyData`
@@ -75,7 +75,7 @@ class IvsStandardByVideoAndNameAndIdRequestBody:
75
75
 
76
76
  @data.setter
77
77
  def data(self, data):
78
- """Sets the data of this IvsStandardByVideoAndNameAndIdRequestBody.
78
+ r"""Sets the data of this IvsStandardByVideoAndNameAndIdRequestBody.
79
79
 
80
80
  :param data: The data of this IvsStandardByVideoAndNameAndIdRequestBody.
81
81
  :type data: :class:`huaweicloudsdkivs.v2.IvsStandardByVideoAndNameAndIdRequestBodyData`
@@ -25,7 +25,7 @@ class IvsStandardByVideoAndNameAndIdRequestBodyData:
25
25
  }
26
26
 
27
27
  def __init__(self, req_data=None):
28
- """IvsStandardByVideoAndNameAndIdRequestBodyData
28
+ r"""IvsStandardByVideoAndNameAndIdRequestBodyData
29
29
 
30
30
  The model defined in huaweicloud sdk
31
31
 
@@ -43,7 +43,7 @@ class IvsStandardByVideoAndNameAndIdRequestBodyData:
43
43
 
44
44
  @property
45
45
  def req_data(self):
46
- """Gets the req_data of this IvsStandardByVideoAndNameAndIdRequestBodyData.
46
+ r"""Gets the req_data of this IvsStandardByVideoAndNameAndIdRequestBodyData.
47
47
 
48
48
  请求列表,用于支持批量调用。目前暂时只支持单个数据查询。
49
49
 
@@ -54,7 +54,7 @@ class IvsStandardByVideoAndNameAndIdRequestBodyData:
54
54
 
55
55
  @req_data.setter
56
56
  def req_data(self, req_data):
57
- """Sets the req_data of this IvsStandardByVideoAndNameAndIdRequestBodyData.
57
+ r"""Sets the req_data of this IvsStandardByVideoAndNameAndIdRequestBodyData.
58
58
 
59
59
  请求列表,用于支持批量调用。目前暂时只支持单个数据查询。
60
60