HierarchicalEntityExtractor 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
HierarchicalEntityExtractor() | |
HierarchicalEntityExtractor(Guid, String, String, Nullable<Int32>, IList<EntityRole>, IList<ChildEntity>) |
HierarchicalEntityExtractor()
public HierarchicalEntityExtractor ();
Public Sub New ()
Applies to
HierarchicalEntityExtractor(Guid, String, String, Nullable<Int32>, IList<EntityRole>, IList<ChildEntity>)
public HierarchicalEntityExtractor (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.ChildEntity> children = default);
new Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.HierarchicalEntityExtractor : 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.ChildEntity> -> Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.HierarchicalEntityExtractor
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 children As IList(Of ChildEntity) = Nothing)
Parameters
- id
- Guid
- readableType
- String
- name
- String
- roles
- IList<EntityRole>
- children
- IList<ChildEntity>
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET