7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/textract/Textract_EXPORTS.h>
9#include <aws/textract/model/LendingField.h>
10#include <aws/textract/model/SignatureDetection.h>
43 template <
typename LendingFieldsT = Aws::Vector<LendingField>>
45 m_lendingFieldsHasBeenSet =
true;
46 m_lendingFields = std::forward<LendingFieldsT>(value);
48 template <
typename LendingFieldsT = Aws::Vector<LendingField>>
53 template <
typename LendingFieldsT = LendingField>
55 m_lendingFieldsHasBeenSet =
true;
56 m_lendingFields.emplace_back(std::forward<LendingFieldsT>(value));
67 template <
typename SignatureDetectionsT = Aws::Vector<SignatureDetection>>
69 m_signatureDetectionsHasBeenSet =
true;
70 m_signatureDetections = std::forward<SignatureDetectionsT>(value);
72 template <
typename SignatureDetectionsT = Aws::Vector<SignatureDetection>>
77 template <
typename SignatureDetectionsT = SignatureDetection>
79 m_signatureDetectionsHasBeenSet =
true;
80 m_signatureDetections.emplace_back(std::forward<SignatureDetectionsT>(value));
88 bool m_lendingFieldsHasBeenSet =
false;
89 bool m_signatureDetectionsHasBeenSet =
false;
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue