Share via


TextAnalyticsModelFactory.LinkedEntityMatch Method

Definition

Initializes a new instance of LinkedEntityMatch for mocking purposes.

public static Azure.AI.TextAnalytics.LinkedEntityMatch LinkedEntityMatch (string text, double score, int offset, int length);
static member LinkedEntityMatch : string * double * int * int -> Azure.AI.TextAnalytics.LinkedEntityMatch
Public Shared Function LinkedEntityMatch (text As String, score As Double, offset As Integer, length As Integer) As LinkedEntityMatch

Parameters

text
String

Sets the Text property.

score
Double

Sets the ConfidenceScore property.

offset
Int32

Sets the Offset property.

length
Int32

Sets the Length property.

Returns

A new instance of LinkedEntityMatch for mocking purposes.

Applies to