AWS SDK for C++
AWS SDK for C++ Version 1.11.717
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-rekognition
include
aws
rekognition
model
Attribute.h
1
6
#pragma once
7
#include <aws/core/utils/memory/stl/AWSString.h>
8
#include <aws/rekognition/Rekognition_EXPORTS.h>
9
10
namespace
Aws
{
11
namespace
Rekognition {
12
namespace
Model {
13
enum class
Attribute
{
14
NOT_SET
,
15
DEFAULT
,
16
ALL
,
17
AGE_RANGE
,
18
BEARD
,
19
EMOTIONS
,
20
EYE_DIRECTION
,
21
EYEGLASSES
,
22
EYES_OPEN
,
23
GENDER
,
24
MOUTH_OPEN
,
25
MUSTACHE
,
26
FACE_OCCLUDED
,
27
SMILE
,
28
SUNGLASSES
29
};
30
31
namespace
AttributeMapper {
32
AWS_REKOGNITION_API
Attribute
GetAttributeForName
(
const
Aws::String
& name);
33
34
AWS_REKOGNITION_API
Aws::String
GetNameForAttribute
(
Attribute
value);
35
}
// namespace AttributeMapper
36
}
// namespace Model
37
}
// namespace Rekognition
38
}
// namespace Aws
Aws::Rekognition::Model::AttributeMapper::GetAttributeForName
AWS_REKOGNITION_API Attribute GetAttributeForName(const Aws::String &name)
Aws::Rekognition::Model::AttributeMapper::GetNameForAttribute
AWS_REKOGNITION_API Aws::String GetNameForAttribute(Attribute value)
Aws::Rekognition::Model::Attribute
Attribute
Definition
Attribute.h:13
Aws::Rekognition::Model::Attribute::EMOTIONS
@ EMOTIONS
Aws::Rekognition::Model::Attribute::NOT_SET
@ NOT_SET
Aws::Rekognition::Model::Attribute::BEARD
@ BEARD
Aws::Rekognition::Model::Attribute::EYES_OPEN
@ EYES_OPEN
Aws::Rekognition::Model::Attribute::MUSTACHE
@ MUSTACHE
Aws::Rekognition::Model::Attribute::FACE_OCCLUDED
@ FACE_OCCLUDED
Aws::Rekognition::Model::Attribute::DEFAULT
@ DEFAULT
Aws::Rekognition::Model::Attribute::ALL
@ ALL
Aws::Rekognition::Model::Attribute::AGE_RANGE
@ AGE_RANGE
Aws::Rekognition::Model::Attribute::GENDER
@ GENDER
Aws::Rekognition::Model::Attribute::EYE_DIRECTION
@ EYE_DIRECTION
Aws::Rekognition::Model::Attribute::MOUTH_OPEN
@ MOUTH_OPEN
Aws::Rekognition::Model::Attribute::SUNGLASSES
@ SUNGLASSES
Aws::Rekognition::Model::Attribute::EYEGLASSES
@ EYEGLASSES
Aws::Rekognition::Model::Attribute::SMILE
@ SMILE
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