TextAnalysisModelFactory.AnalyzeTextEntityLinkingResult Method
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.
Initializes a new instance of AnalyzeTextEntityLinkingResult.
public static Azure.AI.Language.Text.AnalyzeTextEntityLinkingResult AnalyzeTextEntityLinkingResult (Azure.AI.Language.Text.EntityLinkingResult results = default);
static member AnalyzeTextEntityLinkingResult : Azure.AI.Language.Text.EntityLinkingResult -> Azure.AI.Language.Text.AnalyzeTextEntityLinkingResult
Public Shared Function AnalyzeTextEntityLinkingResult (Optional results As EntityLinkingResult = Nothing) As AnalyzeTextEntityLinkingResult
Parameters
- results
- EntityLinkingResult
Entity linking result.
Returns
A new AnalyzeTextEntityLinkingResult instance for mocking.