7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/textract/TextractRequest.h>
9#include <aws/textract/Textract_EXPORTS.h>
10#include <aws/textract/model/AdaptersConfig.h>
11#include <aws/textract/model/Document.h>
12#include <aws/textract/model/FeatureType.h>
13#include <aws/textract/model/HumanLoopConfig.h>
14#include <aws/textract/model/QueriesConfig.h>
48 template <
typename DocumentT = Document>
50 m_documentHasBeenSet =
true;
51 m_document = std::forward<DocumentT>(value);
53 template <
typename DocumentT = Document>
72 template <
typename FeatureTypesT = Aws::Vector<FeatureType>>
74 m_featureTypesHasBeenSet =
true;
75 m_featureTypes = std::forward<FeatureTypesT>(value);
77 template <
typename FeatureTypesT = Aws::Vector<FeatureType>>
83 m_featureTypesHasBeenSet =
true;
84 m_featureTypes.push_back(value);
103 template <
typename HumanLoopConfigT = HumanLoopConfig>
105 m_humanLoopConfigHasBeenSet =
true;
106 m_humanLoopConfig = std::forward<HumanLoopConfigT>(value);
108 template <
typename HumanLoopConfigT = HumanLoopConfig>
122 template <
typename QueriesConfigT = QueriesConfig>
124 m_queriesConfigHasBeenSet =
true;
125 m_queriesConfig = std::forward<QueriesConfigT>(value);
127 template <
typename QueriesConfigT = QueriesConfig>
140 template <
typename AdaptersConfigT = AdaptersConfig>
142 m_adaptersConfigHasBeenSet =
true;
143 m_adaptersConfig = std::forward<AdaptersConfigT>(value);
145 template <
typename AdaptersConfigT = AdaptersConfig>
161 bool m_documentHasBeenSet =
false;
162 bool m_featureTypesHasBeenSet =
false;
163 bool m_humanLoopConfigHasBeenSet =
false;
164 bool m_queriesConfigHasBeenSet =
false;
165 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