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
- 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
- text
- String
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET