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