Class TextAnalyticsResult

    • Method Detail

      • getId

        public String getId()
        Get the document id.
        Returns:
        The document id.
      • getError

        public TextAnalyticsError getError()
        Get the error of text document.
        Returns:
        The error of text document.
      • isError

        public boolean isError()
        Get the boolean value indicates if the document result is error or not.
        Returns:
        A boolean indicates if the document result is error or not.