PatternAnyEntityExtractor Constructors
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.
Overloads
PatternAnyEntityExtractor() | |
PatternAnyEntityExtractor(Guid, String, String, Nullable<Int32>, IList<EntityRole>, IList<ExplicitListItem>) |
PatternAnyEntityExtractor()
- Source:
- PatternAnyEntityExtractor.cs
- Source:
- PatternAnyEntityExtractor.cs
public PatternAnyEntityExtractor();
Public Sub New ()
Applies to
PatternAnyEntityExtractor(Guid, String, String, Nullable<Int32>, IList<EntityRole>, IList<ExplicitListItem>)
- Source:
- PatternAnyEntityExtractor.cs
- Source:
- PatternAnyEntityExtractor.cs
public PatternAnyEntityExtractor(Guid id, string readableType, string name = default, int? typeId = default, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.EntityRole> roles = default, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.ExplicitListItem> explicitList = default);
new Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.PatternAnyEntityExtractor : Guid * string * string * Nullable<int> * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.EntityRole> * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.ExplicitListItem> -> Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.PatternAnyEntityExtractor
Public Sub New (id As Guid, readableType As String, Optional name As String = Nothing, Optional typeId As Nullable(Of Integer) = Nothing, Optional roles As IList(Of EntityRole) = Nothing, Optional explicitList As IList(Of ExplicitListItem) = Nothing)
Parameters
- id
- Guid
- readableType
- String
- name
- String
- roles
- IList<EntityRole>
- explicitList
- IList<ExplicitListItem>
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET