ExportedUtteranceEntityLabel(String, Int32, Int32) Constructor
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.
Initializes a new instance of ExportedUtteranceEntityLabel.
public ExportedUtteranceEntityLabel(string category, int offset, int length);
new Azure.AI.Language.Conversations.Authoring.ExportedUtteranceEntityLabel : string * int * int -> Azure.AI.Language.Conversations.Authoring.ExportedUtteranceEntityLabel
Public Sub New (category As String, offset As Integer, length As Integer)
Parameters
- category
- String
The category of the entity label.
- offset
- Int32
Start position for the entity text.
- length
- Int32
Length for the entity text.
Exceptions
category is null.