AWS SDK for C++
1.8.126
AWS SDK for C++
|
Go to the documentation of this file.
15 template<
typename RESULT_TYPE>
16 class AmazonWebServiceResult;
ClassifyDocumentResult & WithClasses(const Aws::Vector< DocumentClass > &value)
#define AWS_COMPREHEND_API
void SetClasses(Aws::Vector< DocumentClass > &&value)
void SetLabels(Aws::Vector< DocumentLabel > &&value)
std::vector< T, Aws::Allocator< T > > Vector
ClassifyDocumentResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetClasses(const Aws::Vector< DocumentClass > &value)
ClassifyDocumentResult & AddClasses(const DocumentClass &value)
ClassifyDocumentResult & WithLabels(Aws::Vector< DocumentLabel > &&value)
ClassifyDocumentResult & WithClasses(Aws::Vector< DocumentClass > &&value)
ClassifyDocumentResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ClassifyDocumentResult & AddLabels(const DocumentLabel &value)
const Aws::Vector< DocumentLabel > & GetLabels() const
void SetLabels(const Aws::Vector< DocumentLabel > &value)
const Aws::Vector< DocumentClass > & GetClasses() const
ClassifyDocumentResult & WithLabels(const Aws::Vector< DocumentLabel > &value)
ClassifyDocumentResult & AddLabels(DocumentLabel &&value)
ClassifyDocumentResult & AddClasses(DocumentClass &&value)