7#include <aws/textract/Textract_EXPORTS.h>
8#include <aws/textract/model/DocumentMetadata.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/textract/model/HumanLoopActivationOutput.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
12#include <aws/textract/model/Block.h>
17template<
typename RESULT_TYPE>
18class AmazonWebServiceResult;
44 template<
typename DocumentMetadataT = DocumentMetadata>
45 void SetDocumentMetadata(DocumentMetadataT&& value) { m_documentMetadataHasBeenSet =
true; m_documentMetadata = std::forward<DocumentMetadataT>(value); }
46 template<
typename DocumentMetadataT = DocumentMetadata>
55 template<
typename BlocksT = Aws::Vector<Block>>
56 void SetBlocks(BlocksT&& value) { m_blocksHasBeenSet =
true; m_blocks = std::forward<BlocksT>(value); }
57 template<
typename BlocksT = Aws::Vector<Block>>
59 template<
typename BlocksT = Block>
68 template<
typename HumanLoopActivationOutputT = HumanLoopActivationOutput>
69 void SetHumanLoopActivationOutput(HumanLoopActivationOutputT&& value) { m_humanLoopActivationOutputHasBeenSet =
true; m_humanLoopActivationOutput = std::forward<HumanLoopActivationOutputT>(value); }
70 template<
typename HumanLoopActivationOutputT = HumanLoopActivationOutput>
79 template<
typename AnalyzeDocumentModelVersionT = Aws::String>
80 void SetAnalyzeDocumentModelVersion(AnalyzeDocumentModelVersionT&& value) { m_analyzeDocumentModelVersionHasBeenSet =
true; m_analyzeDocumentModelVersion = std::forward<AnalyzeDocumentModelVersionT>(value); }
81 template<
typename AnalyzeDocumentModelVersionT = Aws::String>
88 template<
typename RequestIdT = Aws::String>
89 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
90 template<
typename RequestIdT = Aws::String>
96 bool m_documentMetadataHasBeenSet =
false;
99 bool m_blocksHasBeenSet =
false;
102 bool m_humanLoopActivationOutputHasBeenSet =
false;
105 bool m_analyzeDocumentModelVersionHasBeenSet =
false;
108 bool m_requestIdHasBeenSet =
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