ModelResult<T> 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.
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. |