-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtranslate_input.json
39 lines (39 loc) · 1.75 KB
/
translate_input.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"Input":[
{
"Text":"What is cloud computing?",
"SourceLanguageCode":"en",
"TargetLanguageCode":"es"
},
{
"Text":"Cloud computing is the on-demand delivery of IT resources over the Internet with pay-as-you-go pricing.",
"SourceLanguageCode":"en",
"TargetLanguageCode":"es"
},
{
"Text":"Instead of buying, owning, and maintaining physical data centers and servers, you can access technology services, such as computing power, storage, and databases, on an as-needed basis from a cloud provider like Amazon Web Services (AWS)",
"SourceLanguageCode":"en",
"TargetLanguageCode":"es"
},
{
"Text":"Who is using cloud computing?",
"SourceLanguageCode":"en",
"TargetLanguageCode":"es"
},
{
"Text":"Organizations of every type, size, and industry are using the cloud for a wide variety of use cases, such as data backup, disaster recovery, email, virtual desktops, software development and testing, big data analytics, and customer-facing web applications.",
"SourceLanguageCode":"en",
"TargetLanguageCode":"es"
},
{
"Text":"For example, healthcare companies are using the cloud to develop more personalized treatments for patients. Financial services companies are using the cloud to power real-time fraud detection and prevention.",
"SourceLanguageCode":"en",
"TargetLanguageCode":"es"
},
{
"Text":"And video game makers are using the cloud to deliver online games to millions of players around the world.",
"SourceLanguageCode":"en",
"TargetLanguageCode":"fr"
}
]
}