Share via


TextDynamicClassificationInput Class

Definition

Contains the analyze text dynamic classifications input.

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

Constructors

TextDynamicClassificationInput()

Initializes a new instance of TextDynamicClassificationInput.

Properties

ActionContent

Task parameters.

TextInput

Input to be analyzed.

Explicit Interface Implementations

IJsonModel<AnalyzeTextInput>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from AnalyzeTextInput)
IJsonModel<TextDynamicClassificationInput>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<TextDynamicClassificationInput>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AnalyzeTextInput>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from AnalyzeTextInput)
IPersistableModel<TextDynamicClassificationInput>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<TextDynamicClassificationInput>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<TextDynamicClassificationInput>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to