Share via


HealthcareResult Class

Definition

Result object for the processed Healthcare task.

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

Properties

Documents

List of result objects for the processed Healthcare documents.

Errors

Errors by document id.

ModelVersion

This field indicates which model is used for scoring.

Statistics

if showStats=true was specified in the request this field will contain information about the request payload.

Explicit Interface Implementations

IJsonModel<HealthcareResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<HealthcareResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<HealthcareResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<HealthcareResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<HealthcareResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to