7#include <aws/comprehend/Comprehend_EXPORTS.h>
8#include <aws/comprehend/model/AugmentedManifestsListItem.h>
9#include <aws/comprehend/model/EntityRecognizerAnnotations.h>
10#include <aws/comprehend/model/EntityRecognizerDataFormat.h>
11#include <aws/comprehend/model/EntityRecognizerDocuments.h>
12#include <aws/comprehend/model/EntityRecognizerEntityList.h>
13#include <aws/comprehend/model/EntityTypesListItem.h>
14#include <aws/core/utils/memory/stl/AWSVector.h>
62 m_dataFormatHasBeenSet =
true;
83 template <
typename EntityTypesT = Aws::Vector<EntityTypesListItem>>
85 m_entityTypesHasBeenSet =
true;
86 m_entityTypes = std::forward<EntityTypesT>(value);
88 template <
typename EntityTypesT = Aws::Vector<EntityTypesListItem>>
93 template <
typename EntityTypesT = EntityTypesListItem>
95 m_entityTypesHasBeenSet =
true;
96 m_entityTypes.emplace_back(std::forward<EntityTypesT>(value));
109 template <
typename DocumentsT = EntityRecognizerDocuments>
111 m_documentsHasBeenSet =
true;
112 m_documents = std::forward<DocumentsT>(value);
114 template <
typename DocumentsT = EntityRecognizerDocuments>
127 template <
typename AnnotationsT = EntityRecognizerAnnotations>
129 m_annotationsHasBeenSet =
true;
130 m_annotations = std::forward<AnnotationsT>(value);
132 template <
typename AnnotationsT = EntityRecognizerAnnotations>
146 template <
typename EntityListT = EntityRecognizerEntityList>
148 m_entityListHasBeenSet =
true;
149 m_entityList = std::forward<EntityListT>(value);
151 template <
typename EntityListT = EntityRecognizerEntityList>
167 template <
typename AugmentedManifestsT = Aws::Vector<AugmentedManifestsListItem>>
169 m_augmentedManifestsHasBeenSet =
true;
170 m_augmentedManifests = std::forward<AugmentedManifestsT>(value);
172 template <
typename AugmentedManifestsT = Aws::Vector<AugmentedManifestsListItem>>
177 template <
typename AugmentedManifestsT = AugmentedManifestsListItem>
179 m_augmentedManifestsHasBeenSet =
true;
180 m_augmentedManifests.emplace_back(std::forward<AugmentedManifestsT>(value));
189 EntityRecognizerDocuments m_documents;
191 EntityRecognizerAnnotations m_annotations;
193 EntityRecognizerEntityList m_entityList;
196 bool m_dataFormatHasBeenSet =
false;
197 bool m_entityTypesHasBeenSet =
false;
198 bool m_documentsHasBeenSet =
false;
199 bool m_annotationsHasBeenSet =
false;
200 bool m_entityListHasBeenSet =
false;
201 bool m_augmentedManifestsHasBeenSet =
false;
EntityRecognizerDataFormat
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue