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);
96 template <
typename HumanLoopConfigT = HumanLoopConfig>
98 m_humanLoopConfigHasBeenSet =
true;
99 m_humanLoopConfig = std::forward<HumanLoopConfigT>(value);
101 template <
typename HumanLoopConfigT = HumanLoopConfig>
115 template <
typename QueriesConfigT = QueriesConfig>
117 m_queriesConfigHasBeenSet =
true;
118 m_queriesConfig = std::forward<QueriesConfigT>(value);
120 template <
typename QueriesConfigT = QueriesConfig>
133 template <
typename AdaptersConfigT = AdaptersConfig>
135 m_adaptersConfigHasBeenSet =
true;
136 m_adaptersConfig = std::forward<AdaptersConfigT>(value);
138 template <
typename AdaptersConfigT = AdaptersConfig>
154 bool m_documentHasBeenSet =
false;
155 bool m_featureTypesHasBeenSet =
false;
156 bool m_humanLoopConfigHasBeenSet =
false;
157 bool m_queriesConfigHasBeenSet =
false;
158 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