RadiologyInsightsInference Class

Definition

An inference made by the Radiology Insights model regarding a patient.

[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.Health.Insights.RadiologyInsights.UnknownRadiologyInsightsInference))]
public abstract class RadiologyInsightsInference : System.ClientModel.Primitives.IJsonModel<Azure.Health.Insights.RadiologyInsights.RadiologyInsightsInference>, System.ClientModel.Primitives.IPersistableModel<Azure.Health.Insights.RadiologyInsights.RadiologyInsightsInference>
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.Health.Insights.RadiologyInsights.UnknownRadiologyInsightsInference))>]
type RadiologyInsightsInference = class
    interface IJsonModel<RadiologyInsightsInference>
    interface IPersistableModel<RadiologyInsightsInference>
Public MustInherit Class RadiologyInsightsInference
Implements IJsonModel(Of RadiologyInsightsInference), IPersistableModel(Of RadiologyInsightsInference)
Inheritance
RadiologyInsightsInference
Derived
Attributes
Implements

Constructors

RadiologyInsightsInference()

Initializes a new instance of RadiologyInsightsInference.

Properties

Extension

Additional Content defined by implementations.

Explicit Interface Implementations

IJsonModel<RadiologyInsightsInference>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<RadiologyInsightsInference>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<RadiologyInsightsInference>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RadiologyInsightsInference>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<RadiologyInsightsInference>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to