|
1 | 1 | /** |
2 | | - * (C) Copyright IBM Corp. 2024. |
| 2 | + * (C) Copyright IBM Corp. 2017, 2024. |
3 | 3 | * |
4 | 4 | * Licensed under the Apache License, Version 2.0 (the "License"); |
5 | 5 | * you may not use this file except in compliance with the License. |
@@ -38,7 +38,7 @@ import { getSdkHeaders } from '../lib/common'; |
38 | 38 | * models](https://cloud.ibm.com/docs/natural-language-understanding?topic=natural-language-understanding-customizing) |
39 | 39 | * with Watson Knowledge Studio to detect custom entities and relations in Natural Language Understanding. |
40 | 40 | * |
41 | | - * IBM is sunsetting Watson Natural Language Understanding Custom Sentiment (BETA). From **June 1, 2023** onward, you |
| 41 | + * IBM is sunsetting Watson Natural Language Understanding Custom Sentiment (BETA). From **June 3, 2023** onward, you |
42 | 42 | * will no longer be able to use the Custom Sentiment feature.<br /><br />To ensure we continue providing our clients |
43 | 43 | * with robust and powerful text classification capabilities, IBM recently announced the general availability of a new |
44 | 44 | * [single-label text classification |
@@ -1516,7 +1516,7 @@ namespace NaturalLanguageUnderstandingV1 { |
1516 | 1516 | sadness?: number; |
1517 | 1517 | } |
1518 | 1518 |
|
1519 | | - /** Identifies people, cities, organizations, and other entities in the content. For more information, see [Entity types and subtypes](https://cloud.ibm.com/docs/natural-language-understanding?topic=natural-language-understanding-entity-types). Supported languages: English, French, German, Italian, Japanese, Korean, Portuguese, Russian, Spanish, Swedish. Arabic, Chinese, and Dutch are supported only through custom models. */ |
| 1519 | + /** Identifies people, cities, organizations, and other entities in the content. For more information, see [Entity types and subtypes](https://cloud.ibm.com/docs/natural-language-understanding?topic=natural-language-understanding-entity-type-systems). Supported languages: English, French, German, Italian, Japanese, Korean, Portuguese, Russian, Spanish, Swedish. Arabic, Chinese, and Dutch are supported only through custom models. */ |
1520 | 1520 | export interface EntitiesOptions { |
1521 | 1521 | /** Maximum number of entities to return. */ |
1522 | 1522 | limit?: number; |
@@ -1596,7 +1596,7 @@ namespace NaturalLanguageUnderstandingV1 { |
1596 | 1596 | emotion?: EmotionOptions; |
1597 | 1597 | /** Identifies people, cities, organizations, and other entities in the content. For more information, see |
1598 | 1598 | * [Entity types and |
1599 | | - * subtypes](https://cloud.ibm.com/docs/natural-language-understanding?topic=natural-language-understanding-entity-types). |
| 1599 | + * subtypes](https://cloud.ibm.com/docs/natural-language-understanding?topic=natural-language-understanding-entity-type-systems). |
1600 | 1600 | * |
1601 | 1601 | * Supported languages: English, French, German, Italian, Japanese, Korean, Portuguese, Russian, Spanish, Swedish. |
1602 | 1602 | * Arabic, Chinese, and Dutch are supported only through custom models. |
|
0 commit comments