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-rekognition
include
aws
rekognition
model
OrientationCorrection.h
1
6
#pragma once
7
#include <aws/rekognition/Rekognition_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
Rekognition
13
{
14
namespace
Model
15
{
16
enum class
OrientationCorrection
17
{
18
NOT_SET
,
19
ROTATE_0
,
20
ROTATE_90
,
21
ROTATE_180
,
22
ROTATE_270
23
};
24
25
namespace
OrientationCorrectionMapper
26
{
27
AWS_REKOGNITION_API
OrientationCorrection
GetOrientationCorrectionForName
(
const
Aws::String
& name);
28
29
AWS_REKOGNITION_API
Aws::String
GetNameForOrientationCorrection
(
OrientationCorrection
value);
30
}
// namespace OrientationCorrectionMapper
31
}
// namespace Model
32
}
// namespace Rekognition
33
}
// namespace Aws
Aws::Rekognition::Model::OrientationCorrectionMapper::GetOrientationCorrectionForName
AWS_REKOGNITION_API OrientationCorrection GetOrientationCorrectionForName(const Aws::String &name)
Aws::Rekognition::Model::OrientationCorrectionMapper::GetNameForOrientationCorrection
AWS_REKOGNITION_API Aws::String GetNameForOrientationCorrection(OrientationCorrection value)
Aws::Rekognition::Model::OrientationCorrection
OrientationCorrection
Definition
OrientationCorrection.h:17
Aws::Rekognition::Model::OrientationCorrection::ROTATE_180
@ ROTATE_180
Aws::Rekognition::Model::OrientationCorrection::ROTATE_90
@ ROTATE_90
Aws::Rekognition::Model::OrientationCorrection::ROTATE_270
@ ROTATE_270
Aws::Rekognition::Model::OrientationCorrection::ROTATE_0
@ ROTATE_0
Aws::Rekognition::Model::Attribute::NOT_SET
@ NOT_SET
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