TextAnalysisAuthoringModelFactory.TextAuthoringCreateProjectDetails Method
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 TextAuthoringCreateProjectDetails.
public static Azure.AI.Language.Text.Authoring.TextAuthoringCreateProjectDetails TextAuthoringCreateProjectDetails(Azure.AI.Language.Text.Authoring.TextAuthoringProjectKind projectKind = default, string storageInputContainerName = default, Azure.AI.Language.Text.Authoring.TextAuthoringProjectSettings settings = default, string projectName = default, bool? multilingual = default, string description = default, string language = default);
static member TextAuthoringCreateProjectDetails : Azure.AI.Language.Text.Authoring.TextAuthoringProjectKind * string * Azure.AI.Language.Text.Authoring.TextAuthoringProjectSettings * string * Nullable<bool> * string * string -> Azure.AI.Language.Text.Authoring.TextAuthoringCreateProjectDetails
Public Shared Function TextAuthoringCreateProjectDetails (Optional projectKind As TextAuthoringProjectKind = Nothing, Optional storageInputContainerName As String = Nothing, Optional settings As TextAuthoringProjectSettings = Nothing, Optional projectName As String = Nothing, Optional multilingual As Nullable(Of Boolean) = Nothing, Optional description As String = Nothing, Optional language As String = Nothing) As TextAuthoringCreateProjectDetails
Parameters
- projectKind
- TextAuthoringProjectKind
The project kind.
- storageInputContainerName
- String
The storage container name.
- settings
- TextAuthoringProjectSettings
The project settings.
- projectName
- String
The new project name.
- description
- String
The project description.
- language
- String
The project language. This is BCP-47 representation of a language. For example, use "en" for English, "en-gb" for English (UK), "es" for Spanish etc.
Returns
A new TextAuthoringCreateProjectDetails instance for mocking.