Share via


SentimentAnalysisActionContent Class

Definition

Supported parameters for a Sentiment Analysis task.

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

Constructors

SentimentAnalysisActionContent()

Initializes a new instance of SentimentAnalysisActionContent.

Properties

LoggingOptOut

logging opt out.

ModelVersion

model version.

OpinionMining

Whether to use opinion mining in the request or not.

StringIndexType

Specifies the method used to interpret string offsets.

Explicit Interface Implementations

IJsonModel<SentimentAnalysisActionContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SentimentAnalysisActionContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SentimentAnalysisActionContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SentimentAnalysisActionContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SentimentAnalysisActionContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to