共用方式為


TextAnalysisModelFactory.CustomSentimentAnalysisActionContent Method

Definition

Initializes a new instance of CustomSentimentAnalysisActionContent.

public static Azure.AI.Language.Text.CustomSentimentAnalysisActionContent CustomSentimentAnalysisActionContent (bool? loggingOptOut = default, string projectName = default, string deploymentName = default, Azure.AI.Language.Text.StringIndexType? stringIndexType = default);
static member CustomSentimentAnalysisActionContent : Nullable<bool> * string * string * Nullable<Azure.AI.Language.Text.StringIndexType> -> Azure.AI.Language.Text.CustomSentimentAnalysisActionContent
Public Shared Function CustomSentimentAnalysisActionContent (Optional loggingOptOut As Nullable(Of Boolean) = Nothing, Optional projectName As String = Nothing, Optional deploymentName As String = Nothing, Optional stringIndexType As Nullable(Of StringIndexType) = Nothing) As CustomSentimentAnalysisActionContent

Parameters

loggingOptOut
Nullable<Boolean>

logging opt out.

projectName
String

This field indicates the project name for the model.

deploymentName
String

This field indicates the deployment name for the model.

stringIndexType
Nullable<StringIndexType>

Specifies the method used to interpret string offsets.

Returns

A new CustomSentimentAnalysisActionContent instance for mocking.

Applies to