7#include <aws/textract/Textract_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/textract/model/SplitDocument.h>
11#include <aws/textract/model/DetectedSignature.h>
12#include <aws/textract/model/UndetectedSignature.h>
53 template<
typename TypeT = Aws::String>
54 void SetType(TypeT&& value) { m_typeHasBeenSet =
true; m_type = std::forward<TypeT>(value); }
55 template<
typename TypeT = Aws::String>
66 template<
typename SplitDocumentsT = Aws::Vector<SplitDocument>>
67 void SetSplitDocuments(SplitDocumentsT&& value) { m_splitDocumentsHasBeenSet =
true; m_splitDocuments = std::forward<SplitDocumentsT>(value); }
68 template<
typename SplitDocumentsT = Aws::Vector<SplitDocument>>
70 template<
typename SplitDocumentsT = SplitDocument>
71 DocumentGroup&
AddSplitDocuments(SplitDocumentsT&& value) { m_splitDocumentsHasBeenSet =
true; m_splitDocuments.emplace_back(std::forward<SplitDocumentsT>(value));
return *
this; }
80 template<
typename DetectedSignaturesT = Aws::Vector<DetectedSignature>>
81 void SetDetectedSignatures(DetectedSignaturesT&& value) { m_detectedSignaturesHasBeenSet =
true; m_detectedSignatures = std::forward<DetectedSignaturesT>(value); }
82 template<
typename DetectedSignaturesT = Aws::Vector<DetectedSignature>>
84 template<
typename DetectedSignaturesT = DetectedSignature>
85 DocumentGroup&
AddDetectedSignatures(DetectedSignaturesT&& value) { m_detectedSignaturesHasBeenSet =
true; m_detectedSignatures.emplace_back(std::forward<DetectedSignaturesT>(value));
return *
this; }
94 template<
typename UndetectedSignaturesT = Aws::Vector<UndetectedSignature>>
95 void SetUndetectedSignatures(UndetectedSignaturesT&& value) { m_undetectedSignaturesHasBeenSet =
true; m_undetectedSignatures = std::forward<UndetectedSignaturesT>(value); }
96 template<
typename UndetectedSignaturesT = Aws::Vector<UndetectedSignature>>
98 template<
typename UndetectedSignaturesT = UndetectedSignature>
99 DocumentGroup&
AddUndetectedSignatures(UndetectedSignaturesT&& value) { m_undetectedSignaturesHasBeenSet =
true; m_undetectedSignatures.emplace_back(std::forward<UndetectedSignaturesT>(value));
return *
this; }
104 bool m_typeHasBeenSet =
false;
107 bool m_splitDocumentsHasBeenSet =
false;
110 bool m_detectedSignaturesHasBeenSet =
false;
113 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