Construct a NaturalLanguageUnderstandingV1 object.
Name | Type | Attribute | Description |
---|---|---|---|
options |
UserOptions |
Options for the service. |
Analyze text.
Analyzes text, HTML, or a public webpage for the following features:
If a language for the input text is not specified with the language
parameter, the service automatically detects
the
language.
Name | Type | Attribute | Description | ||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
params |
AnalyzeParams |
The parameters to send to the service. Properties
|
|||||||||||||||||||||||||||||||||||||||||||||||||
callback |
Callback<AnalysisResults> | Optional |
Delete model.
Deletes a custom model.
Name | Type | Attribute | Description | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
params |
DeleteModelParams |
The parameters to send to the service. Properties
|
|||||||||||||
callback |
Callback<DeleteModelResults> | Optional |
Get the instance of the authenticator set on the service.
List models.
Lists Watson Knowledge Studio custom entities and relations models that are deployed to your Natural Language Understanding service.
Name | Type | Attribute | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
params |
ListModelsParams | Optional |
Properties
|
||||||||
callback |
Callback<ListModelsResults> | Optional |
Set the service URL to send requests to.
Name | Type | Attribute | Description |
---|---|---|---|
url |
string |
The base URL for the service. |
Generated using TypeDoc
Analyze various features of text content at scale. Provide text, raw HTML, or a public URL and IBM Watson Natural Language Understanding will give you results for the features you request. The service cleans HTML content before analysis by default, so the results can ignore most advertisements and other unwanted content. interfaces
You can create custom models with Watson Knowledge Studio to detect custom entities and relations in Natural Language Understanding.