Share via


TextKeyPhraseExtractionInput Class

Definition

Contains the analyze text KeyPhraseExtraction task input.

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

Constructors

TextKeyPhraseExtractionInput()

Initializes a new instance of TextKeyPhraseExtractionInput.

Properties

ActionContent

Key phrase extraction task parameters.

TextInput

Contains the input documents.

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

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

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

Converts the provided BinaryData into a model.

IPersistableModel<TextKeyPhraseExtractionInput>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<TextKeyPhraseExtractionInput>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to