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/core/utils/memory/stl/AWSString.h>
11#include <aws/textract/model/Block.h>
16template<
typename RESULT_TYPE>
17class 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>
56 template<
typename BlocksT = Aws::Vector<Block>>
57 void SetBlocks(BlocksT&& value) { m_blocksHasBeenSet =
true; m_blocks = std::forward<BlocksT>(value); }
58 template<
typename BlocksT = Aws::Vector<Block>>
60 template<
typename BlocksT = Block>
69 template<
typename DetectDocumentTextModelVersionT = Aws::String>
70 void SetDetectDocumentTextModelVersion(DetectDocumentTextModelVersionT&& value) { m_detectDocumentTextModelVersionHasBeenSet =
true; m_detectDocumentTextModelVersion = std::forward<DetectDocumentTextModelVersionT>(value); }
71 template<
typename DetectDocumentTextModelVersionT = Aws::String>
78 template<
typename RequestIdT = Aws::String>
79 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
80 template<
typename RequestIdT = Aws::String>
86 bool m_documentMetadataHasBeenSet =
false;
89 bool m_blocksHasBeenSet =
false;
92 bool m_detectDocumentTextModelVersionHasBeenSet =
false;
95 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