TextAuthoringExportedProject 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 TextAuthoringExportedProject.
public TextAuthoringExportedProject(string projectFileVersion, Azure.AI.Language.Text.Authoring.StringIndexType stringIndexType, Azure.AI.Language.Text.Authoring.TextAuthoringCreateProjectDetails metadata);
new Azure.AI.Language.Text.Authoring.TextAuthoringExportedProject : string * Azure.AI.Language.Text.Authoring.StringIndexType * Azure.AI.Language.Text.Authoring.TextAuthoringCreateProjectDetails -> Azure.AI.Language.Text.Authoring.TextAuthoringExportedProject
Public Sub New (projectFileVersion As String, stringIndexType As StringIndexType, metadata As TextAuthoringCreateProjectDetails)
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
- TextAuthoringCreateProjectDetails
Represents the project metadata.
Exceptions
projectFileVersion or metadata is null.