AWS SDK for C++
AWS SDK for C++ Version 1.11.746
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/core/utils/memory/stl/AWSString.h>
8
#include <aws/transcribestreaming/TranscribeStreamingService_EXPORTS.h>
9
10
namespace
Aws
{
11
namespace
TranscribeStreamingService {
12
namespace
Model {
13
enum class
Sentiment
{
NOT_SET
,
POSITIVE
,
NEGATIVE
,
MIXED
,
NEUTRAL
};
14
15
namespace
SentimentMapper {
16
AWS_TRANSCRIBESTREAMINGSERVICE_API
Sentiment
GetSentimentForName
(
const
Aws::String
& name);
17
18
AWS_TRANSCRIBESTREAMINGSERVICE_API
Aws::String
GetNameForSentiment
(
Sentiment
value);
19
}
// namespace SentimentMapper
20
}
// namespace Model
21
}
// namespace TranscribeStreamingService
22
}
// 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:13
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