AnalyzeActionsOptions Class
- java.
lang. Object - com.
azure. ai. textanalytics. models. AnalyzeActionsOptions
- com.
public final class AnalyzeActionsOptions
The AnalyzeActionsOptions model.
Constructor Summary
| Constructor | Description |
|---|---|
| AnalyzeActionsOptions() |
Constructs a |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| boolean |
isIncludeStatistics()
Gets the value of |
|
Analyze |
setIncludeStatistics(boolean includeStatistics)
Sets the value of |
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:
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:
Returns:
AnalyzeActionsOptions object itself.