Share via


CustomHealthcareOperationAction Class

Definition

Contains the custom healthcare task definition.

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

Constructors

CustomHealthcareOperationAction()

Initializes a new instance of CustomHealthcareOperationAction.

Properties

ActionContent

Contains the custom healthcare task parameters.

Name

task name.

(Inherited from AnalyzeTextOperationAction)

Explicit Interface Implementations

IJsonModel<AnalyzeTextOperationAction>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from AnalyzeTextOperationAction)
IJsonModel<AnalyzeTextOperationAction>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from AnalyzeTextOperationAction)
IJsonModel<CustomHealthcareOperationAction>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<CustomHealthcareOperationAction>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AnalyzeTextOperationAction>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from AnalyzeTextOperationAction)
IPersistableModel<AnalyzeTextOperationAction>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from AnalyzeTextOperationAction)
IPersistableModel<AnalyzeTextOperationAction>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from AnalyzeTextOperationAction)
IPersistableModel<CustomHealthcareOperationAction>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CustomHealthcareOperationAction>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<CustomHealthcareOperationAction>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to