RegexEntityExtractor 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
RegexEntityExtractor() | |
RegexEntityExtractor(Guid, String, String, Nullable<Int32>, IList<EntityRole>, String) |
RegexEntityExtractor()
- Source:
- RegexEntityExtractor.cs
- Source:
- RegexEntityExtractor.cs
public RegexEntityExtractor ();
Public Sub New ()
Applies to
RegexEntityExtractor(Guid, String, String, Nullable<Int32>, IList<EntityRole>, String)
- Source:
- RegexEntityExtractor.cs
- Source:
- RegexEntityExtractor.cs
public RegexEntityExtractor (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 regexPattern = default);
new Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.RegexEntityExtractor : Guid * string * string * Nullable<int> * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.EntityRole> * string -> Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.RegexEntityExtractor
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 regexPattern As String = Nothing)
Parameters
- id
- Guid
- readableType
- String
- name
- String
- roles
- IList<EntityRole>
- regexPattern
- String
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET