7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/textract/Textract_EXPORTS.h>
10#include <aws/textract/model/DetectedSignature.h>
11#include <aws/textract/model/SplitDocument.h>
12#include <aws/textract/model/UndetectedSignature.h>
47 template <
typename TypeT = Aws::String>
49 m_typeHasBeenSet =
true;
50 m_type = std::forward<TypeT>(value);
52 template <
typename TypeT = Aws::String>
54 SetType(std::forward<TypeT>(value));
66 template <
typename SplitDocumentsT = Aws::Vector<SplitDocument>>
68 m_splitDocumentsHasBeenSet =
true;
69 m_splitDocuments = std::forward<SplitDocumentsT>(value);
71 template <
typename SplitDocumentsT = Aws::Vector<SplitDocument>>
76 template <
typename SplitDocumentsT = SplitDocument>
78 m_splitDocumentsHasBeenSet =
true;
79 m_splitDocuments.emplace_back(std::forward<SplitDocumentsT>(value));
90 template <
typename DetectedSignaturesT = Aws::Vector<DetectedSignature>>
92 m_detectedSignaturesHasBeenSet =
true;
93 m_detectedSignatures = std::forward<DetectedSignaturesT>(value);
95 template <
typename DetectedSignaturesT = Aws::Vector<DetectedSignature>>
100 template <
typename DetectedSignaturesT = DetectedSignature>
102 m_detectedSignaturesHasBeenSet =
true;
103 m_detectedSignatures.emplace_back(std::forward<DetectedSignaturesT>(value));
114 template <
typename UndetectedSignaturesT = Aws::Vector<UndetectedSignature>>
116 m_undetectedSignaturesHasBeenSet =
true;
117 m_undetectedSignatures = std::forward<UndetectedSignaturesT>(value);
119 template <
typename UndetectedSignaturesT = Aws::Vector<UndetectedSignature>>
124 template <
typename UndetectedSignaturesT = UndetectedSignature>
126 m_undetectedSignaturesHasBeenSet =
true;
127 m_undetectedSignatures.emplace_back(std::forward<UndetectedSignaturesT>(value));
139 bool m_typeHasBeenSet =
false;
140 bool m_splitDocumentsHasBeenSet =
false;
141 bool m_detectedSignaturesHasBeenSet =
false;
142 bool m_undetectedSignaturesHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue