Share via


ExportedUtteranceEntityLabel(String, Int32, Int32) Constructor

Definition

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.

Applies to