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
Attribute.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
Attribute
17
{
18
NOT_SET
,
19
DEFAULT
,
20
ALL
,
21
AGE_RANGE
,
22
BEARD
,
23
EMOTIONS
,
24
EYE_DIRECTION
,
25
EYEGLASSES
,
26
EYES_OPEN
,
27
GENDER
,
28
MOUTH_OPEN
,
29
MUSTACHE
,
30
FACE_OCCLUDED
,
31
SMILE
,
32
SUNGLASSES
33
};
34
35
namespace
AttributeMapper
36
{
37
AWS_REKOGNITION_API
Attribute
GetAttributeForName
(
const
Aws::String
& name);
38
39
AWS_REKOGNITION_API
Aws::String
GetNameForAttribute
(
Attribute
value);
40
}
// namespace AttributeMapper
41
}
// namespace Model
42
}
// namespace Rekognition
43
}
// 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:17
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