Class AnalyzeActionsOptions

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

public final class AnalyzeActionsOptions extends Object
  • Constructor Details

    • AnalyzeActionsOptions

      public AnalyzeActionsOptions()
  • 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.