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-voice-id
include
aws
voice-id
model
AuthenticationDecision.h
1
6
#pragma once
7
#include <aws/voice-id/VoiceID_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
VoiceID
13
{
14
namespace
Model
15
{
16
enum class
AuthenticationDecision
17
{
18
NOT_SET
,
19
ACCEPT
,
20
REJECT
,
21
NOT_ENOUGH_SPEECH
,
22
SPEAKER_NOT_ENROLLED
,
23
SPEAKER_OPTED_OUT
,
24
SPEAKER_ID_NOT_PROVIDED
,
25
SPEAKER_EXPIRED
26
};
27
28
namespace
AuthenticationDecisionMapper
29
{
30
AWS_VOICEID_API
AuthenticationDecision
GetAuthenticationDecisionForName
(
const
Aws::String
& name);
31
32
AWS_VOICEID_API
Aws::String
GetNameForAuthenticationDecision
(
AuthenticationDecision
value);
33
}
// namespace AuthenticationDecisionMapper
34
}
// namespace Model
35
}
// namespace VoiceID
36
}
// namespace Aws
Aws::VoiceID::Model::AuthenticationDecisionMapper::GetAuthenticationDecisionForName
AWS_VOICEID_API AuthenticationDecision GetAuthenticationDecisionForName(const Aws::String &name)
Aws::VoiceID::Model::AuthenticationDecisionMapper::GetNameForAuthenticationDecision
AWS_VOICEID_API Aws::String GetNameForAuthenticationDecision(AuthenticationDecision value)
Aws::VoiceID::Model::AuthenticationDecision
AuthenticationDecision
Definition
AuthenticationDecision.h:17
Aws::VoiceID::Model::AuthenticationDecision::NOT_SET
@ NOT_SET
Aws::VoiceID::Model::AuthenticationDecision::ACCEPT
@ ACCEPT
Aws::VoiceID::Model::AuthenticationDecision::NOT_ENOUGH_SPEECH
@ NOT_ENOUGH_SPEECH
Aws::VoiceID::Model::AuthenticationDecision::REJECT
@ REJECT
Aws::VoiceID::Model::AuthenticationDecision::SPEAKER_OPTED_OUT
@ SPEAKER_OPTED_OUT
Aws::VoiceID::Model::AuthenticationDecision::SPEAKER_NOT_ENROLLED
@ SPEAKER_NOT_ENROLLED
Aws::VoiceID::Model::AuthenticationDecision::SPEAKER_EXPIRED
@ SPEAKER_EXPIRED
Aws::VoiceID::Model::AuthenticationDecision::SPEAKER_ID_NOT_PROVIDED
@ SPEAKER_ID_NOT_PROVIDED
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