ModelResult<T> Class

Definition

Contains recognition result information.

public class ModelResult<T>
type ModelResult<'T> = class
Public Class ModelResult(Of T)

Type Parameters

T

The type of object recognized.

Inheritance
ModelResult<T>

Constructors

ModelResult<T>()

Properties

End

Gets or sets the end character position of the recognized substring.

Resolution

Gets or sets the recognized object.

Start

Gets or sets the start character position of the recognized substring.

Text

Gets or sets the substring of the input that was recognized.

TypeName

Gets or sets the type of entity that was recognized.

Applies to