Click or drag to resize

RuntimeEntity Properties

The RuntimeEntity type exposes the following members.

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