CustomHealthcareActionResult Class

Definition

Contains the document custom healthcare results with detected language.

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

Properties

DetectedLanguage

If 'language' is set to 'auto' for the document in the request this field will contain a 2 letter ISO 639-1 representation of the language detected for this document.

Entities

Healthcare entities.

Id

Unique, non-empty document identifier.

Relations

Healthcare entity relations.

Statistics

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

Warnings

Warnings encountered while processing document.

Explicit Interface Implementations

IJsonModel<CustomHealthcareActionResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<CustomHealthcareActionResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<CustomHealthcareActionResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CustomHealthcareActionResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<CustomHealthcareActionResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to