MatchRecord 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
| MatchRecord() | |
| MatchRecord(Nullable<Double>, Nullable<Double>, String, Nullable<Int32>, Nullable<Int32>) |
MatchRecord()
MatchRecord(Nullable<Double>, Nullable<Double>, String, Nullable<Int32>, Nullable<Int32>)
- Source:
- MatchRecord.cs
public MatchRecord(double? wikipediaScore = default, double? entityTypeScore = default, string text = default, int? offset = default, int? length = default);
new Microsoft.Azure.CognitiveServices.Language.TextAnalytics.Models.MatchRecord : Nullable<double> * Nullable<double> * string * Nullable<int> * Nullable<int> -> Microsoft.Azure.CognitiveServices.Language.TextAnalytics.Models.MatchRecord
Public Sub New (Optional wikipediaScore As Nullable(Of Double) = Nothing, Optional entityTypeScore As Nullable(Of Double) = Nothing, Optional text As String = Nothing, Optional offset As Nullable(Of Integer) = Nothing, Optional length As Nullable(Of Integer) = Nothing)
Parameters
- wikipediaScore
- System.Nullable<System.Double>
- entityTypeScore
- System.Nullable<System.Double>
- text
- System.String
- offset
- System.Nullable<System.Int32>
- length
- System.Nullable<System.Int32>