LinkedEntity 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.
The LinkedEntity object containing the detected entity with the associated sources/links.
public class LinkedEntity : System.ClientModel.Primitives.IJsonModel<Azure.AI.Language.Text.LinkedEntity>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Language.Text.LinkedEntity>
type LinkedEntity = class
interface IJsonModel<LinkedEntity>
interface IPersistableModel<LinkedEntity>
Public Class LinkedEntity
Implements IJsonModel(Of LinkedEntity), IPersistableModel(Of LinkedEntity)
- Inheritance
-
LinkedEntity
- Implements
Properties
BingId |
Bing Entity Search API unique identifier of the recognized entity. |
DataSource |
Data source used to extract entity linking, such as Wiki/Bing etc. |
Id |
Unique identifier of the recognized entity from the data source. |
Language |
Language used in the data source. |
Matches |
List of instances this entity appears in the text. |
Name |
Entity Linking formal name. |
Url |
URL for the entity's page from the data source. |
Explicit Interface Implementations
IJsonModel<LinkedEntity>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<LinkedEntity>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<LinkedEntity>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<LinkedEntity>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<LinkedEntity>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET