AWS SDK for C++

AWS SDK for C++ Version 1.11.717

Loading...
Searching...
No Matches
Attribute.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/rekognition/Rekognition_EXPORTS.h>
9
10namespace Aws {
11namespace Rekognition {
12namespace Model {
13enum class Attribute {
14 NOT_SET,
15 DEFAULT,
16 ALL,
18 BEARD,
23 GENDER,
27 SMILE,
29};
30
31namespace AttributeMapper {
32AWS_REKOGNITION_API Attribute GetAttributeForName(const Aws::String& name);
33
34AWS_REKOGNITION_API Aws::String GetNameForAttribute(Attribute value);
35} // namespace AttributeMapper
36} // namespace Model
37} // namespace Rekognition
38} // namespace Aws
AWS_REKOGNITION_API Attribute GetAttributeForName(const Aws::String &name)
AWS_REKOGNITION_API Aws::String GetNameForAttribute(Attribute value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String