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>
53 inline void SetDocument(
Document&& value) { m_documentHasBeenSet =
true; m_document = std::move(value); }
118 bool m_documentHasBeenSet =
false;
121 bool m_featureTypesHasBeenSet =
false;
124 bool m_humanLoopConfigHasBeenSet =
false;
127 bool m_queriesConfigHasBeenSet =
false;
130 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