@@ -12,11 +12,11 @@ advanced_api_controller = client.advanced_api
1212
1313## Methods
1414
15- * [ Get Classification] ( /fl-python /doc/controllers/advanced-api.md #get-classification )
16- * [ Get QA] ( /fl-python /doc/controllers/advanced-api.md #get-qa )
17- * [ Get NER] ( /fl-python /doc/controllers/advanced-api.md #get-ner )
18- * [ Get Summary] ( /fl-python /doc/controllers/advanced-api.md #get-summary )
19- * [ Get Translate] ( /fl-python /doc/controllers/advanced-api.md #get-translate )
15+ * [ Get Classification] ( /firstlanguage_python /doc/controllers/advanced-api.html #get-classification )
16+ * [ Get QA] ( /firstlanguage_python /doc/controllers/advanced-api.html #get-qa )
17+ * [ Get NER] ( /firstlanguage_python /doc/controllers/advanced-api.html #get-ner )
18+ * [ Get Summary] ( /firstlanguage_python /doc/controllers/advanced-api.html #get-summary )
19+ * [ Get Translate] ( /firstlanguage_python /doc/controllers/advanced-api.html #get-translate )
2020
2121
2222# Get Classification
@@ -58,7 +58,7 @@ def get_classification(self,
5858
5959## Response Type
6060
61- [ ` Responseclassify ` ] ( /fl-python /doc/models/responseclassify.md )
61+ [ ` Responseclassify ` ] ( /firstlanguage_python /doc/models/responseclassify.html )
6262
6363## Example Usage
6464
@@ -87,8 +87,8 @@ result = advanced_api_controller.get_classification(body)
8787
8888| HTTP Status Code | Error Description | Exception Class |
8989| --- | --- | --- |
90- | 400 | Error output | [ ` ErrorsException ` ] ( /fl-python /doc/models/errors-exception.md ) |
91- | 426 | Please use HTTPS protocol | [ ` ApiClassify426ErrorException ` ] ( /fl-python /doc/models/api-classify-426-error-exception.md ) |
90+ | 400 | Error output | [ ` ErrorsException ` ] ( /firstlanguage_python /doc/models/errors-exception.html ) |
91+ | 426 | Please use HTTPS protocol | [ ` ApiClassify426ErrorException ` ] ( /firstlanguage_python /doc/models/api-classify-426-error-exception.html ) |
9292| 429 | Too Many Requests | ` APIException ` |
9393
9494
@@ -113,7 +113,7 @@ def get_qa(self,
113113
114114## Response Type
115115
116- [ ` ApiQaResponse ` ] ( /fl-python /doc/models/api-qa-response.md )
116+ [ ` ApiQaResponse ` ] ( /firstlanguage_python /doc/models/api-qa-response.html )
117117
118118## Example Usage
119119
@@ -137,8 +137,8 @@ result = advanced_api_controller.get_qa(body)
137137
138138| HTTP Status Code | Error Description | Exception Class |
139139| --- | --- | --- |
140- | 400 | Bad Request | [ ` ErrorsException ` ] ( /fl-python /doc/models/errors-exception.md ) |
141- | 426 | Please use HTTPS protocol | [ ` M426ErrorException ` ] ( /fl-python /doc/models/m426-error-exception.md ) |
140+ | 400 | Bad Request | [ ` ErrorsException ` ] ( /firstlanguage_python /doc/models/errors-exception.html ) |
141+ | 426 | Please use HTTPS protocol | [ ` M426ErrorException ` ] ( /firstlanguage_python /doc/models/m426-error-exception.html ) |
142142| 429 | Too Many Requests | ` APIException ` |
143143
144144
@@ -179,7 +179,7 @@ def get_ner(self,
179179
180180## Response Type
181181
182- [ ` List of ApiNerResponse ` ] ( /fl-python /doc/models/api-ner-response.md )
182+ [ ` List of ApiNerResponse ` ] ( /firstlanguage_python /doc/models/api-ner-response.html )
183183
184184## Example Usage
185185
@@ -211,8 +211,8 @@ result = advanced_api_controller.get_ner(body)
211211
212212| HTTP Status Code | Error Description | Exception Class |
213213| --- | --- | --- |
214- | 400 | Bad Request | [ ` ErrorsException ` ] ( /fl-python /doc/models/errors-exception.md ) |
215- | 426 | Please use HTTPS protocol | [ ` M426ErrorException ` ] ( /fl-python /doc/models/m426-error-exception.md ) |
214+ | 400 | Bad Request | [ ` ErrorsException ` ] ( /firstlanguage_python /doc/models/errors-exception.html ) |
215+ | 426 | Please use HTTPS protocol | [ ` M426ErrorException ` ] ( /firstlanguage_python /doc/models/m426-error-exception.html ) |
216216| 429 | Too Many Requests | ` APIException ` |
217217
218218
@@ -280,7 +280,7 @@ def get_summary(self,
280280
281281## Response Type
282282
283- [ ` ApiSummaryResponse ` ] ( /doc/models/api-summary-response.md )
283+ [ ` ApiSummaryResponse ` ] ( /doc/models/api-summary-response.html )
284284
285285## Example Usage
286286
@@ -302,8 +302,8 @@ result = advanced_ap_is_controller.get_summary(body)
302302
303303| HTTP Status Code | Error Description | Exception Class |
304304| --- | --- | --- |
305- | 400 | Bad Request | [ ` ErrorsException ` ] ( /doc/models/errors-exception.md ) |
306- | 426 | Please use HTTPS protocol | [ ` M426ErrorException ` ] ( /doc/models/m426-error-exception.md ) |
305+ | 400 | Bad Request | [ ` ErrorsException ` ] ( /doc/models/errors-exception.html ) |
306+ | 426 | Please use HTTPS protocol | [ ` M426ErrorException ` ] ( /doc/models/m426-error-exception.html ) |
307307| 429 | Too Many Requests | ` APIException ` |
308308
309309
@@ -387,7 +387,7 @@ def get_translate(self,
387387
388388## Response Type
389389
390- [ ` ApiTranslateResponse ` ] ( /doc/models/api-translate-response.md )
390+ [ ` ApiTranslateResponse ` ] ( /doc/models/api-translate-response.html )
391391
392392## Example Usage
393393
@@ -409,7 +409,7 @@ result = advanced_ap_is_controller.get_translate(body)
409409
410410| HTTP Status Code | Error Description | Exception Class |
411411| --- | --- | --- |
412- | 400 | Bad Request | [ ` ErrorsException ` ] ( /doc/models/errors-exception.md ) |
413- | 426 | Please use HTTPS protocol | [ ` M426ErrorException ` ] ( /doc/models/m426-error-exception.md ) |
412+ | 400 | Bad Request | [ ` ErrorsException ` ] ( /doc/models/errors-exception.html ) |
413+ | 426 | Please use HTTPS protocol | [ ` M426ErrorException ` ] ( /doc/models/m426-error-exception.html ) |
414414| 429 | Too Many Requests | ` APIException ` |
415415
0 commit comments