EntityExtractor 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
EntityExtractor() | |
EntityExtractor(Guid, String, String, Nullable<Int32>, IList<EntityRole>, String, String) |
EntityExtractor()
- Source:
- EntityExtractor.cs
- Source:
- EntityExtractor.cs
public EntityExtractor ();
Public Sub New ()
Applies to
EntityExtractor(Guid, String, String, Nullable<Int32>, IList<EntityRole>, String, String)
- Source:
- EntityExtractor.cs
- Source:
- EntityExtractor.cs
public EntityExtractor (Guid id, string readableType, string name = default, int? typeId = default, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.EntityRole> roles = default, string customPrebuiltDomainName = default, string customPrebuiltModelName = default);
new Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.EntityExtractor : Guid * string * string * Nullable<int> * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.EntityRole> * string * string -> Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.EntityExtractor
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 customPrebuiltDomainName As String = Nothing, Optional customPrebuiltModelName As String = Nothing)
Parameters
- id
- Guid
- readableType
- String
- name
- String
- roles
- IList<EntityRole>
- customPrebuiltDomainName
- String
- customPrebuiltModelName
- String
Applies to
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.
Azure SDK for .NET