CompositeEntityExtractor 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
CompositeEntityExtractor() | |
CompositeEntityExtractor(Guid, String, String, Nullable<Int32>, IList<EntityRole>, IList<ChildEntity>) |
CompositeEntityExtractor()
- Source:
- CompositeEntityExtractor.cs
- Source:
- CompositeEntityExtractor.cs
public CompositeEntityExtractor ();
Public Sub New ()
Applies to
CompositeEntityExtractor(Guid, String, String, Nullable<Int32>, IList<EntityRole>, IList<ChildEntity>)
- Source:
- CompositeEntityExtractor.cs
- Source:
- CompositeEntityExtractor.cs
public CompositeEntityExtractor (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.CompositeEntityExtractor : 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.CompositeEntityExtractor
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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.