AWS SDK for C++
AWS SDK for C++ Version 1.11.440
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-comprehend
include
aws
comprehend
model
EntityRecognizerDataFormat.h
1
6
#pragma once
7
#include <aws/comprehend/Comprehend_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
Comprehend
13
{
14
namespace
Model
15
{
16
enum class
EntityRecognizerDataFormat
17
{
18
NOT_SET
,
19
COMPREHEND_CSV
,
20
AUGMENTED_MANIFEST
21
};
22
23
namespace
EntityRecognizerDataFormatMapper
24
{
25
AWS_COMPREHEND_API
EntityRecognizerDataFormat
GetEntityRecognizerDataFormatForName
(
const
Aws::String
& name);
26
27
AWS_COMPREHEND_API
Aws::String
GetNameForEntityRecognizerDataFormat
(
EntityRecognizerDataFormat
value);
28
}
// namespace EntityRecognizerDataFormatMapper
29
}
// namespace Model
30
}
// namespace Comprehend
31
}
// namespace Aws
Aws::Comprehend::Model::EntityRecognizerDataFormatMapper::GetEntityRecognizerDataFormatForName
AWS_COMPREHEND_API EntityRecognizerDataFormat GetEntityRecognizerDataFormatForName(const Aws::String &name)
Aws::Comprehend::Model::EntityRecognizerDataFormatMapper::GetNameForEntityRecognizerDataFormat
AWS_COMPREHEND_API Aws::String GetNameForEntityRecognizerDataFormat(EntityRecognizerDataFormat value)
Aws::Comprehend::Model::EntityRecognizerDataFormat
EntityRecognizerDataFormat
Definition
EntityRecognizerDataFormat.h:17
Aws::Comprehend::Model::AugmentedManifestsDocumentTypeFormat::NOT_SET
@ NOT_SET
Aws::Comprehend::Model::DatasetDataFormat::COMPREHEND_CSV
@ COMPREHEND_CSV
Aws::Comprehend::Model::DatasetDataFormat::AUGMENTED_MANIFEST
@ AUGMENTED_MANIFEST
Aws
Aws::String
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Generated by
1.9.8
Privacy |
Site terms |
Cookie preferences