You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -39,7 +39,7 @@ class CompareComplyV1 extends BaseService {
39
39
* programmatically specify the current date at runtime, in case the API has been updated since your application's
40
40
* release. Instead, specify a version date that is compatible with your application, and don't change it until your
41
41
* application is ready for a later version.
42
-
* @param {string} [options.serviceUrl] - The base url to use when contacting the service (e.g. 'https://gateway.watsonplatform.net/compare-comply/api'). The base url may differ between IBM Cloud regions.
42
+
* @param {string} [options.serviceUrl] - The base url to use when contacting the service (e.g. 'https://gateway.watsonplatform.net'). The base url may differ between IBM Cloud regions.
43
43
* @param {OutgoingHttpHeaders} [options.headers] - Default headers that shall be included with every request to the service.
44
44
* @param {string} [options.serviceName] - The name of the service to configure
45
45
* @param {Authenticator} [options.authenticator] - The Authenticator object used to authenticate requests to the service. Defaults to environment if not set
@@ -41,7 +41,7 @@ class DiscoveryV1 extends BaseService {
41
41
* programmatically specify the current date at runtime, in case the API has been updated since your application's
42
42
* release. Instead, specify a version date that is compatible with your application, and don't change it until your
43
43
* application is ready for a later version.
44
-
* @param {string} [options.serviceUrl] - The base url to use when contacting the service (e.g. 'https://gateway.watsonplatform.net/discovery/api'). The base url may differ between IBM Cloud regions.
44
+
* @param {string} [options.serviceUrl] - The base url to use when contacting the service (e.g. 'https://gateway.watsonplatform.net'). The base url may differ between IBM Cloud regions.
45
45
* @param {OutgoingHttpHeaders} [options.headers] - Default headers that shall be included with every request to the service.
46
46
* @param {string} [options.serviceName] - The name of the service to configure
47
47
* @param {Authenticator} [options.authenticator] - The Authenticator object used to authenticate requests to the service. Defaults to environment if not set
* @param {Object} options - Options for the service.
37
-
* @param {string} [options.serviceUrl] - The base url to use when contacting the service (e.g. 'https://gateway.watsonplatform.net/natural-language-classifier/api'). The base url may differ between IBM Cloud regions.
37
+
* @param {string} [options.serviceUrl] - The base url to use when contacting the service (e.g. 'https://gateway.watsonplatform.net'). The base url may differ between IBM Cloud regions.
38
38
* @param {OutgoingHttpHeaders} [options.headers] - Default headers that shall be included with every request to the service.
39
39
* @param {string} [options.serviceName] - The name of the service to configure
40
40
* @param {Authenticator} [options.authenticator] - The Authenticator object used to authenticate requests to the service. Defaults to environment if not set
@@ -44,7 +44,7 @@ class NaturalLanguageUnderstandingV1 extends BaseService {
44
44
* programmatically specify the current date at runtime, in case the API has been updated since your application's
45
45
* release. Instead, specify a version date that is compatible with your application, and don't change it until your
46
46
* application is ready for a later version.
47
-
* @param {string} [options.serviceUrl] - The base url to use when contacting the service (e.g. 'https://gateway.watsonplatform.net/natural-language-understanding/api'). The base url may differ between IBM Cloud regions.
47
+
* @param {string} [options.serviceUrl] - The base url to use when contacting the service (e.g. 'https://gateway.watsonplatform.net'). The base url may differ between IBM Cloud regions.
48
48
* @param {OutgoingHttpHeaders} [options.headers] - Default headers that shall be included with every request to the service.
49
49
* @param {string} [options.serviceName] - The name of the service to configure
50
50
* @param {Authenticator} [options.authenticator] - The Authenticator object used to authenticate requests to the service. Defaults to environment if not set
@@ -102,21 +102,19 @@ class NaturalLanguageUnderstandingV1 extends BaseService {
102
102
* @param {string} [params.html] - The HTML file to analyze. One of the `text`, `html`, or `url` parameters is
103
103
* required.
104
104
* @param {string} [params.url] - The webpage to analyze. One of the `text`, `html`, or `url` parameters is required.
105
-
* @param {boolean} [params.clean] - Set this to `false` to disable webpage cleaning. To learn more about webpage
/** Identifies people, cities, organizations, and other entities in the content. 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. */
570
+
/** 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. */
/** Recognizes when two entities are related and identifies the type of relation. For example, an `awardedTo` relation might connect the entities "Nobel Prize" and "Albert Einstein". See [Relation types](https://cloud.ibm.com/docs/natural-language-understanding?topic=natural-language-understanding-relations). Supported languages: Arabic, English, German, Japanese, Korean, Spanish. Chinese, Dutch, French, Italian, and Portuguese custom models are also supported. */
773
+
/** Recognizes when two entities are related and identifies the type of relation. For example, an `awardedTo` relation might connect the entities "Nobel Prize" and "Albert Einstein". For more information, see [Relation types](https://cloud.ibm.com/docs/natural-language-understanding?topic=natural-language-understanding-relations). Supported languages: Arabic, English, German, Japanese, Korean, Spanish. Chinese, Dutch, French, Italian, and Portuguese custom models are also supported. */
@@ -52,7 +52,7 @@ class PersonalityInsightsV3 extends BaseService {
52
52
* programmatically specify the current date at runtime, in case the API has been updated since your application's
53
53
* release. Instead, specify a version date that is compatible with your application, and don't change it until your
54
54
* application is ready for a later version.
55
-
* @param {string} [options.serviceUrl] - The base url to use when contacting the service (e.g. 'https://gateway.watsonplatform.net/personality-insights/api'). The base url may differ between IBM Cloud regions.
55
+
* @param {string} [options.serviceUrl] - The base url to use when contacting the service (e.g. 'https://gateway.watsonplatform.net'). The base url may differ between IBM Cloud regions.
56
56
* @param {OutgoingHttpHeaders} [options.headers] - Default headers that shall be included with every request to the service.
57
57
* @param {string} [options.serviceName] - The name of the service to configure
58
58
* @param {Authenticator} [options.authenticator] - The Authenticator object used to authenticate requests to the service. Defaults to environment if not set
0 commit comments