AnalyzeTextEntityLinkingResult Class
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.
Contains the analyze text Entity linking task result.
public class AnalyzeTextEntityLinkingResult : Azure.AI.Language.Text.AnalyzeTextResult, System.ClientModel.Primitives.IJsonModel<Azure.AI.Language.Text.AnalyzeTextEntityLinkingResult>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Language.Text.AnalyzeTextEntityLinkingResult>
type AnalyzeTextEntityLinkingResult = class
inherit AnalyzeTextResult
interface IJsonModel<AnalyzeTextEntityLinkingResult>
interface IPersistableModel<AnalyzeTextEntityLinkingResult>
Public Class AnalyzeTextEntityLinkingResult
Inherits AnalyzeTextResult
Implements IJsonModel(Of AnalyzeTextEntityLinkingResult), IPersistableModel(Of AnalyzeTextEntityLinkingResult)
- Inheritance
- Implements
Properties
Results |
Entity linking result. |
Explicit Interface Implementations
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