Share via


AnalyzeActionsOptions Class

  • java.lang.Object
    • com.azure.ai.textanalytics.models.AnalyzeActionsOptions

public final class AnalyzeActionsOptions

The AnalyzeActionsOptions model.

Constructor Summary

Constructor Description
AnalyzeActionsOptions()

Constructs a AnalyzeActionsOptions model.

Method Summary

Modifier and Type Method and Description
boolean isIncludeStatistics()

Gets the value of includeStatistics.

AnalyzeActionsOptions setIncludeStatistics(boolean includeStatistics)

Sets the value of includeStatistics.

Methods inherited from java.lang.Object

Constructor Details

AnalyzeActionsOptions

public AnalyzeActionsOptions()

Constructs a AnalyzeActionsOptions model.

Method Details

isIncludeStatistics

public boolean isIncludeStatistics()

Gets the value of includeStatistics.

Returns:

The value of includeStatistics.

setIncludeStatistics

public AnalyzeActionsOptions setIncludeStatistics(boolean includeStatistics)

Sets the value of includeStatistics. The default value is false by default. If set to true, indicates that the service should return document and document batch statistics with the results of the operation.

Parameters:

includeStatistics - If a boolean value was specified in the request this field will contain information about the document payload.

Returns:

the AnalyzeActionsOptions object itself.

Applies to