CompositeEntityExtractor Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
CompositeEntityExtractor() | |
CompositeEntityExtractor(Guid, String, String, Nullable<Int32>, IList<EntityRole>, IList<ChildEntity>) |
CompositeEntityExtractor()
- Quelle:
- CompositeEntityExtractor.cs
- Quelle:
- CompositeEntityExtractor.cs
public CompositeEntityExtractor ();
Public Sub New ()
Gilt für:
CompositeEntityExtractor(Guid, String, String, Nullable<Int32>, IList<EntityRole>, IList<ChildEntity>)
- Quelle:
- CompositeEntityExtractor.cs
- Quelle:
- 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)
Parameter
- id
- Guid
- readableType
- String
- name
- String
- roles
- IList<EntityRole>
- children
- IList<ChildEntity>
Gilt für:
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for .NET