Class AnalyzeActionsOptions

    • Constructor Detail

      • AnalyzeActionsOptions

        public AnalyzeActionsOptions()
    • Method Detail

      • 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.