7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/textract/Textract_EXPORTS.h>
9#include <aws/textract/model/Block.h>
10#include <aws/textract/model/IdentityDocumentField.h>
45 m_documentIndexHasBeenSet =
true;
46 m_documentIndex = value;
61 template <
typename IdentityDocumentFieldsT = Aws::Vector<IdentityDocumentField>>
63 m_identityDocumentFieldsHasBeenSet =
true;
64 m_identityDocumentFields = std::forward<IdentityDocumentFieldsT>(value);
66 template <
typename IdentityDocumentFieldsT = Aws::Vector<IdentityDocumentField>>
71 template <
typename IdentityDocumentFieldsT = IdentityDocumentField>
73 m_identityDocumentFieldsHasBeenSet =
true;
74 m_identityDocumentFields.emplace_back(std::forward<IdentityDocumentFieldsT>(value));
85 template <
typename BlocksT = Aws::Vector<Block>>
87 m_blocksHasBeenSet =
true;
88 m_blocks = std::forward<BlocksT>(value);
90 template <
typename BlocksT = Aws::Vector<Block>>
95 template <
typename BlocksT = Block>
97 m_blocksHasBeenSet =
true;
98 m_blocks.emplace_back(std::forward<BlocksT>(value));
103 int m_documentIndex{0};
108 bool m_documentIndexHasBeenSet =
false;
109 bool m_identityDocumentFieldsHasBeenSet =
false;
110 bool m_blocksHasBeenSet =
false;
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue