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-textract
include
aws
textract
model
JobStatus.h
1
6
#pragma once
7
#include <aws/textract/Textract_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
Textract
13
{
14
namespace
Model
15
{
16
enum class
JobStatus
17
{
18
NOT_SET
,
19
IN_PROGRESS
,
20
SUCCEEDED
,
21
FAILED
,
22
PARTIAL_SUCCESS
23
};
24
25
namespace
JobStatusMapper
26
{
27
AWS_TEXTRACT_API
JobStatus
GetJobStatusForName
(
const
Aws::String
& name);
28
29
AWS_TEXTRACT_API
Aws::String
GetNameForJobStatus
(
JobStatus
value);
30
}
// namespace JobStatusMapper
31
}
// namespace Model
32
}
// namespace Textract
33
}
// namespace Aws
Aws::Textract::Model::JobStatusMapper::GetJobStatusForName
AWS_TEXTRACT_API JobStatus GetJobStatusForName(const Aws::String &name)
Aws::Textract::Model::JobStatusMapper::GetNameForJobStatus
AWS_TEXTRACT_API Aws::String GetNameForJobStatus(JobStatus value)
Aws::Textract::Model::AdapterVersionStatus::NOT_SET
@ NOT_SET
Aws::Textract::Model::JobStatus
JobStatus
Definition
JobStatus.h:17
Aws::Textract::Model::JobStatus::PARTIAL_SUCCESS
@ PARTIAL_SUCCESS
Aws::Textract::Model::JobStatus::FAILED
@ FAILED
Aws::Textract::Model::JobStatus::IN_PROGRESS
@ IN_PROGRESS
Aws::Textract::Model::JobStatus::SUCCEEDED
@ SUCCEEDED
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