AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
EmotionName.h
1
6#pragma once
7#include <aws/rekognition/Rekognition_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9
10namespace Aws
11{
12namespace Rekognition
13{
14namespace Model
15{
16 enum class EmotionName
17 {
18 NOT_SET,
19 HAPPY,
20 SAD,
21 ANGRY,
25 CALM,
26 UNKNOWN,
27 FEAR
28 };
29
30namespace EmotionNameMapper
31{
32AWS_REKOGNITION_API EmotionName GetEmotionNameForName(const Aws::String& name);
33
35} // namespace EmotionNameMapper
36} // namespace Model
37} // namespace Rekognition
38} // namespace Aws
AWS_REKOGNITION_API Aws::String GetNameForEmotionName(EmotionName value)
AWS_REKOGNITION_API EmotionName GetEmotionNameForName(const Aws::String &name)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String