Condividi tramite


CustomSentimentAnalysisActionContent Class

Definition

Supported parameters for a Custom Sentiment Analysis task.

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

Constructors

CustomSentimentAnalysisActionContent(String, String)

Initializes a new instance of CustomSentimentAnalysisActionContent.

Properties

DeploymentName

This field indicates the deployment name for the model.

LoggingOptOut

logging opt out.

ProjectName

This field indicates the project name for the model.

StringIndexType

Specifies the method used to interpret string offsets.

Explicit Interface Implementations

IJsonModel<CustomSentimentAnalysisActionContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<CustomSentimentAnalysisActionContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<CustomSentimentAnalysisActionContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CustomSentimentAnalysisActionContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<CustomSentimentAnalysisActionContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to