InstanceData Class

Definition

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.

Applies to