Class AnalyzeActionsOptions
java.lang.Object
com.azure.ai.textanalytics.models.AnalyzeActionsOptions
The
AnalyzeActionsOptions model.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value ofincludeStatistics.setIncludeStatistics(boolean includeStatistics) Sets the value ofincludeStatistics.
-
Constructor Details
-
AnalyzeActionsOptions
public AnalyzeActionsOptions()Constructs aAnalyzeActionsOptionsmodel.
-
-
Method Details
-
isIncludeStatistics
public boolean isIncludeStatistics()Gets the value ofincludeStatistics.- Returns:
- The value of
includeStatistics.
-
setIncludeStatistics
Sets the value ofincludeStatistics. 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
AnalyzeActionsOptionsobject itself.
-