你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

EntityLinkingOperationResult Class

Definition

Contains the analyze text Entity linking task LRO result.

public class EntityLinkingOperationResult : Azure.AI.Language.Text.AnalyzeTextOperationResult, System.ClientModel.Primitives.IJsonModel<Azure.AI.Language.Text.EntityLinkingOperationResult>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Language.Text.EntityLinkingOperationResult>
type EntityLinkingOperationResult = class
    inherit AnalyzeTextOperationResult
    interface IJsonModel<EntityLinkingOperationResult>
    interface IPersistableModel<EntityLinkingOperationResult>
Public Class EntityLinkingOperationResult
Inherits AnalyzeTextOperationResult
Implements IJsonModel(Of EntityLinkingOperationResult), IPersistableModel(Of EntityLinkingOperationResult)
Inheritance
EntityLinkingOperationResult
Implements

Properties

LastUpdateDateTime

The last updated time in UTC for the task.

(Inherited from AnalyzeTextOperationResult)
Name

task name.

(Inherited from AnalyzeTextOperationResult)
Results

Entity linking result.

Status

The status of the task at the mentioned last update time.

(Inherited from AnalyzeTextOperationResult)

Explicit Interface Implementations

IJsonModel<AnalyzeTextOperationResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from AnalyzeTextOperationResult)
IJsonModel<AnalyzeTextOperationResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from AnalyzeTextOperationResult)
IJsonModel<EntityLinkingOperationResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<EntityLinkingOperationResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AnalyzeTextOperationResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from AnalyzeTextOperationResult)
IPersistableModel<AnalyzeTextOperationResult>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from AnalyzeTextOperationResult)
IPersistableModel<AnalyzeTextOperationResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from AnalyzeTextOperationResult)
IPersistableModel<EntityLinkingOperationResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<EntityLinkingOperationResult>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<EntityLinkingOperationResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to