Share via


HealthcareAssertion Class

Definition

Assertion of the entity.

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

Properties

Association

Describes if the entity is the subject of the text or if it describes someone else.

Certainty

Describes the entities certainty and polarity.

Conditionality

Describes any conditionality on the entity.

Temporality

Describes temporal information regarding the entity.

Explicit Interface Implementations

IJsonModel<HealthcareAssertion>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<HealthcareAssertion>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<HealthcareAssertion>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<HealthcareAssertion>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<HealthcareAssertion>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to