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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET