Share via


TextLanguageDetectionInput Class

Definition

Contains the language detection document analysis task input.

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

Constructors

TextLanguageDetectionInput()

Initializes a new instance of TextLanguageDetectionInput.

Properties

ActionContent

task parameters.

TextInput

Documents 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<TextLanguageDetectionInput>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<TextLanguageDetectionInput>.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<TextLanguageDetectionInput>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<TextLanguageDetectionInput>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<TextLanguageDetectionInput>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to