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-transcribestreaming
include
aws
transcribestreaming
model
Sentiment.h
1
6
#pragma once
7
#include <aws/transcribestreaming/TranscribeStreamingService_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
TranscribeStreamingService
13
{
14
namespace
Model
15
{
16
enum class
Sentiment
17
{
18
NOT_SET
,
19
POSITIVE
,
20
NEGATIVE
,
21
MIXED
,
22
NEUTRAL
23
};
24
25
namespace
SentimentMapper
26
{
27
AWS_TRANSCRIBESTREAMINGSERVICE_API
Sentiment
GetSentimentForName
(
const
Aws::String
& name);
28
29
AWS_TRANSCRIBESTREAMINGSERVICE_API
Aws::String
GetNameForSentiment
(
Sentiment
value);
30
}
// namespace SentimentMapper
31
}
// namespace Model
32
}
// namespace TranscribeStreamingService
33
}
// namespace Aws
Aws::TranscribeStreamingService::Model::SentimentMapper::GetNameForSentiment
AWS_TRANSCRIBESTREAMINGSERVICE_API Aws::String GetNameForSentiment(Sentiment value)
Aws::TranscribeStreamingService::Model::SentimentMapper::GetSentimentForName
AWS_TRANSCRIBESTREAMINGSERVICE_API Sentiment GetSentimentForName(const Aws::String &name)
Aws::TranscribeStreamingService::Model::Sentiment
Sentiment
Definition
Sentiment.h:17
Aws::TranscribeStreamingService::Model::Sentiment::NEUTRAL
@ NEUTRAL
Aws::TranscribeStreamingService::Model::Sentiment::NEGATIVE
@ NEGATIVE
Aws::TranscribeStreamingService::Model::Sentiment::MIXED
@ MIXED
Aws::TranscribeStreamingService::Model::Sentiment::POSITIVE
@ POSITIVE
Aws::TranscribeStreamingService::Model::CallAnalyticsLanguageCode::NOT_SET
@ NOT_SET
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