Class AnalysisResultsUsage

java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.natural_language_understanding.v1.model.AnalysisResultsUsage
All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel

public class AnalysisResultsUsage
extends com.ibm.cloud.sdk.core.service.model.GenericModel
API usage information for the request.
  • Constructor Details

    • AnalysisResultsUsage

      public AnalysisResultsUsage()
  • Method Details

    • getFeatures

      public Long getFeatures()
      Gets the features.

      Number of features used in the API call.

      Returns:
      the features
    • getTextCharacters

      public Long getTextCharacters()
      Gets the textCharacters.

      Number of text characters processed.

      Returns:
      the textCharacters
    • getTextUnits

      public Long getTextUnits()
      Gets the textUnits.

      Number of 10,000-character units processed.

      Returns:
      the textUnits