InstanceData Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Strongly typed information corresponding to LUIS $instance value.
public class InstanceData
type InstanceData = class
Public Class InstanceData
- Inheritance
-
InstanceData
Constructors
InstanceData() |
Properties
EndIndex |
Gets or sets 0-based index of the first character beyond the recognized entity. |
Properties |
Gets or sets any extra properties. |
Score |
Gets or sets optional confidence in the recognition. |
StartIndex |
Gets or sets 0-based index in the analyzed text for where entity starts. |
Subtype |
Gets or sets optional subtype for the entity. |
Text |
Gets or sets word broken and normalized text for the entity. |
Type |
Gets or sets optional type for the entity. |