你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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