7#include <aws/textract/Textract_EXPORTS.h>
8#include <aws/textract/TextractRequest.h>
9#include <aws/textract/model/Document.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/textract/model/HumanLoopConfig.h>
12#include <aws/textract/model/QueriesConfig.h>
13#include <aws/textract/model/AdaptersConfig.h>
14#include <aws/textract/model/FeatureType.h>
52 template<
typename DocumentT = Document>
53 void SetDocument(DocumentT&& value) { m_documentHasBeenSet =
true; m_document = std::forward<DocumentT>(value); }
54 template<
typename DocumentT = Document>
70 template<
typename FeatureTypesT = Aws::Vector<FeatureType>>
71 void SetFeatureTypes(FeatureTypesT&& value) { m_featureTypesHasBeenSet =
true; m_featureTypes = std::forward<FeatureTypesT>(value); }
72 template<
typename FeatureTypesT = Aws::Vector<FeatureType>>
84 template<
typename HumanLoopConfigT = HumanLoopConfig>
85 void SetHumanLoopConfig(HumanLoopConfigT&& value) { m_humanLoopConfigHasBeenSet =
true; m_humanLoopConfig = std::forward<HumanLoopConfigT>(value); }
86 template<
typename HumanLoopConfigT = HumanLoopConfig>
97 template<
typename QueriesConfigT = QueriesConfig>
98 void SetQueriesConfig(QueriesConfigT&& value) { m_queriesConfigHasBeenSet =
true; m_queriesConfig = std::forward<QueriesConfigT>(value); }
99 template<
typename QueriesConfigT = QueriesConfig>
109 template<
typename AdaptersConfigT = AdaptersConfig>
110 void SetAdaptersConfig(AdaptersConfigT&& value) { m_adaptersConfigHasBeenSet =
true; m_adaptersConfig = std::forward<AdaptersConfigT>(value); }
111 template<
typename AdaptersConfigT = AdaptersConfig>
117 bool m_documentHasBeenSet =
false;
120 bool m_featureTypesHasBeenSet =
false;
123 bool m_humanLoopConfigHasBeenSet =
false;
126 bool m_queriesConfigHasBeenSet =
false;
129 bool m_adaptersConfigHasBeenSet =
false;
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector