EntityRecord 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
EntityRecord() | |
EntityRecord(String, IList<MatchRecord>, String, String, String, String, String, String) |
EntityRecord()
EntityRecord(String, IList<MatchRecord>, String, String, String, String, String, String)
- Source:
- EntityRecord.cs
- Source:
- EntityRecord.cs
public EntityRecord (string name = default, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.TextAnalytics.Models.MatchRecord> matches = default, string wikipediaLanguage = default, string wikipediaId = default, string wikipediaUrl = default, string bingId = default, string type = default, string subType = default);
new Microsoft.Azure.CognitiveServices.Language.TextAnalytics.Models.EntityRecord : string * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.TextAnalytics.Models.MatchRecord> * string * string * string * string * string * string -> Microsoft.Azure.CognitiveServices.Language.TextAnalytics.Models.EntityRecord
Public Sub New (Optional name As String = Nothing, Optional matches As IList(Of MatchRecord) = Nothing, Optional wikipediaLanguage As String = Nothing, Optional wikipediaId As String = Nothing, Optional wikipediaUrl As String = Nothing, Optional bingId As String = Nothing, Optional type As String = Nothing, Optional subType As String = Nothing)
Parameters
- name
- String
- matches
- IList<MatchRecord>
- wikipediaLanguage
- String
- wikipediaId
- String
- wikipediaUrl
- String
- bingId
- String
- type
- String
- subType
- String
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET