Class ClassifyContentRequest

    • Constructor Detail

      • ClassifyContentRequest

        public ClassifyContentRequest()
      • ClassifyContentRequest

        public ClassifyContentRequest​(ClassifyContentRequest source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getTitle

        public String getTitle()
        Get 待分类的文章的标题(仅支持UTF-8格式,不超过100字符)。
        Returns:
        Title 待分类的文章的标题(仅支持UTF-8格式,不超过100字符)。
      • setTitle

        public void setTitle​(String Title)
        Set 待分类的文章的标题(仅支持UTF-8格式,不超过100字符)。
        Parameters:
        Title - 待分类的文章的标题(仅支持UTF-8格式,不超过100字符)。
      • getContent

        public String[] getContent()
        Get 待分类文章的内容, 每个元素对应一个段落。(仅支持UTF-8格式,文章内容长度总和不超过2000字符)
        Returns:
        Content 待分类文章的内容, 每个元素对应一个段落。(仅支持UTF-8格式,文章内容长度总和不超过2000字符)
      • setContent

        public void setContent​(String[] Content)
        Set 待分类文章的内容, 每个元素对应一个段落。(仅支持UTF-8格式,文章内容长度总和不超过2000字符)
        Parameters:
        Content - 待分类文章的内容, 每个元素对应一个段落。(仅支持UTF-8格式,文章内容长度总和不超过2000字符)