Share via


CustomHealthcareResult Class

Definition

Contains the custom healthcare result for the request.

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

Properties

DeploymentName

This field indicates the deployment name for the model.

Documents

List of custom healthcare results for the document.

Errors

Errors by document id.

ProjectName

This field indicates the project name for the model.

Statistics

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

Explicit Interface Implementations

IJsonModel<CustomHealthcareResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<CustomHealthcareResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<CustomHealthcareResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CustomHealthcareResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<CustomHealthcareResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to