Compartilhar via


LanguageDetectionTextInput Class

Definition

Contains the language detection document analysis input.

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

Constructors

LanguageDetectionTextInput()

Initializes a new instance of LanguageDetectionTextInput.

Properties

LanguageInputs

List of documents to be analyzed.

Explicit Interface Implementations

IJsonModel<LanguageDetectionTextInput>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<LanguageDetectionTextInput>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<LanguageDetectionTextInput>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<LanguageDetectionTextInput>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<LanguageDetectionTextInput>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to