RadiologyInsightsInferenceOptions Class

Definition

Options regarding follow up recommendation inferences and finding inferences.

public class RadiologyInsightsInferenceOptions : System.ClientModel.Primitives.IJsonModel<Azure.Health.Insights.RadiologyInsights.RadiologyInsightsInferenceOptions>, System.ClientModel.Primitives.IPersistableModel<Azure.Health.Insights.RadiologyInsights.RadiologyInsightsInferenceOptions>
type RadiologyInsightsInferenceOptions = class
    interface IJsonModel<RadiologyInsightsInferenceOptions>
    interface IPersistableModel<RadiologyInsightsInferenceOptions>
Public Class RadiologyInsightsInferenceOptions
Implements IJsonModel(Of RadiologyInsightsInferenceOptions), IPersistableModel(Of RadiologyInsightsInferenceOptions)
Inheritance
RadiologyInsightsInferenceOptions
Implements

Constructors

RadiologyInsightsInferenceOptions()

Initializes a new instance of RadiologyInsightsInferenceOptions.

Properties

FindingOptions

Finding options.

FollowupRecommendationOptions

Follow-up recommendation options.

Explicit Interface Implementations

IJsonModel<RadiologyInsightsInferenceOptions>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<RadiologyInsightsInferenceOptions>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<RadiologyInsightsInferenceOptions>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RadiologyInsightsInferenceOptions>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<RadiologyInsightsInferenceOptions>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to