Click or drag to resize

NaturalLanguageUnderstanding Class

[Missing <summary> documentation for "T:IBM.Watson.DeveloperCloud.Services.NaturalLanguageUnderstanding.v1.NaturalLanguageUnderstanding"]

Inheritance Hierarchy
SystemObject
  IBM.Watson.DeveloperCloud.Services.NaturalLanguageUnderstanding.v1NaturalLanguageUnderstanding

Namespace:  IBM.Watson.DeveloperCloud.Services.NaturalLanguageUnderstanding.v1
Assembly:  unity-documentation (in unity-documentation.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class NaturalLanguageUnderstanding : IWatsonService

The NaturalLanguageUnderstanding type exposes the following members.

Constructors
  NameDescription
Public methodNaturalLanguageUnderstanding
Initializes a new instance of the NaturalLanguageUnderstanding class
Top
Properties
  NameDescription
Public propertyCredentials
Gets and sets the credentials of the service. Replace the default endpoint if endpoint is defined.
Public propertyUrl
Gets and sets the endpoint URL for the service.
Public propertyVersionDate
Gets and sets the versionDate of the service.
Top
Methods
  NameDescription
Public methodAnalyze
Creates a new environment. You can only create one environment per service instance.An attempt to create another environment will result in an error. The size of the new environment can be controlled by specifying the size parameter.
Public methodDeleteModel
Deletes the specified model.
Public methodGetModels
Lists available models for Relations and Entities features, including Watson Knowledge Studio custom models that you have created and linked to your Natural Language Understanding service.
Top
See Also