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

ConversationAuthoringExportedProject Constructor

Definition

Initializes a new instance of ConversationAuthoringExportedProject.

public ConversationAuthoringExportedProject(string projectFileVersion, Azure.AI.Language.Conversations.Authoring.StringIndexType stringIndexType, Azure.AI.Language.Conversations.Authoring.ConversationAuthoringCreateProjectDetails metadata);
new Azure.AI.Language.Conversations.Authoring.ConversationAuthoringExportedProject : string * Azure.AI.Language.Conversations.Authoring.StringIndexType * Azure.AI.Language.Conversations.Authoring.ConversationAuthoringCreateProjectDetails -> Azure.AI.Language.Conversations.Authoring.ConversationAuthoringExportedProject
Public Sub New (projectFileVersion As String, stringIndexType As StringIndexType, metadata As ConversationAuthoringCreateProjectDetails)

Parameters

projectFileVersion
String

The version of the exported file.

stringIndexType
StringIndexType

Specifies the method used to interpret string offsets. For additional information see https://aka.ms/text-analytics-offsets.

metadata
ConversationAuthoringCreateProjectDetails

Represents the project metadata.

Exceptions

projectFileVersion or metadata is null.

Applies to