RuntimeEntity Class |
Namespace: IBM.Watson.DeveloperCloud.Services.Assistant.v1
public class RuntimeEntity
The RuntimeEntity type exposes the following members.
Name | Description | |
---|---|---|
![]() | RuntimeEntity | Initializes a new instance of the RuntimeEntity class |
Name | Description | |
---|---|---|
![]() | Confidence |
A decimal percentage that represents Watson's confidence in the entity.
|
![]() | Entity |
An entity detected in the input.
|
![]() | Groups |
The recognized capture groups for the entity, as defined by the entity pattern.
|
![]() | Location |
An array of zero-based character offsets that indicate where the detected entity values begin and end in the input text.
|
![]() | Metadata |
Any metadata for the entity.
|
![]() | Value |
The term in the input text that was recognized as an entity value.
|