<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>tanakahda</author_name>
  <author_url>https://blog.hatena.ne.jp/tanakahda/</author_url>
  <blog_title>tanakahdaのプログラマ手帳</blog_title>
  <blog_url>https://tanakahda.hateblo.jp/</blog_url>
  <categories>
    <anon>AWS</anon>
  </categories>
  <description>import boto3 import contextlib import pprint import time import uuid TEXT = &quot;&quot;&quot;\ こんにちは！ &quot;&quot;&quot; # 音声合成ファイルの名前 FILE_NAME_OF_MP3 = 'q1_out.mp3' # S3バケット名 S3_BUCKET_NAME = 's3.bucket.name' def translate(txt): &quot;&quot;&quot;引数の日本語テキストを英語に翻訳します。 &quot;&quot;&quot; t_obj = boto3.client('translate') t_out = t_obj.translate_text( Text=t…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ftanakahda.hateblo.jp%2Fentry%2F2021%2F11%2F06%2F213449&quot; title=&quot;Boto3でテキスト翻訳と音声合成@AWS - tanakahdaのプログラマ手帳&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2021-11-06 21:34:49</published>
  <title>Boto3でテキスト翻訳と音声合成@AWS</title>
  <type>rich</type>
  <url>https://tanakahda.hateblo.jp/entry/2021/11/06/213449</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
