Click or drag to resize

RuntimeEntity Class

A term from the request that was identified as an entity.
Inheritance Hierarchy
SystemObject
  IBM.Watson.DeveloperCloud.Services.Assistant.v1RuntimeEntity

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

The RuntimeEntity type exposes the following members.

Constructors
  NameDescription
Public methodRuntimeEntity
Initializes a new instance of the RuntimeEntity class
Top
Properties
  NameDescription
Public propertyConfidence
A decimal percentage that represents Watson's confidence in the entity.
Public propertyEntity
An entity detected in the input.
Public propertyGroups
The recognized capture groups for the entity, as defined by the entity pattern.
Public propertyLocation
An array of zero-based character offsets that indicate where the detected entity values begin and end in the input text.
Public propertyMetadata
Any metadata for the entity.
Public propertyValue
The term in the input text that was recognized as an entity value.
Top
See Also