AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
DocumentFormat.h
1
6#pragma once
7#include <aws/bedrock-runtime/BedrockRuntime_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9
10namespace Aws
11{
12namespace BedrockRuntime
13{
14namespace Model
15{
16 enum class DocumentFormat
17 {
18 NOT_SET,
19 pdf,
20 csv,
21 doc,
22 docx,
23 xls,
24 xlsx,
25 html,
26 txt,
27 md
28 };
29
30namespace DocumentFormatMapper
31{
32AWS_BEDROCKRUNTIME_API DocumentFormat GetDocumentFormatForName(const Aws::String& name);
33
35} // namespace DocumentFormatMapper
36} // namespace Model
37} // namespace BedrockRuntime
38} // namespace Aws
AWS_BEDROCKRUNTIME_API Aws::String GetNameForDocumentFormat(DocumentFormat value)
AWS_BEDROCKRUNTIME_API DocumentFormat GetDocumentFormatForName(const Aws::String &name)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String