Automate the Operation via
Speech-to-Text
API
もちろんです。以下が翻訳です。
```html
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>サンプルページ</title>
</head>
<body>
<header>
<h1>ようこそ</h1>
<nav>
<ul>
<li><a href="#home">ホーム</a></li>
<li><a href="#about">私たちについて</a></li>
<li><a href="#contact">お問い合わせ</a></li>
</ul>
</nav>
</header>
<main>
<section id="home">
<h2>ホーム</h2>
<p>これはサンプルのホームページです。</p>
</section>
<section id="about">
<h2>私たちについて</h2>
<p>私たちはウェブ開発を専門としています。</p>
</section>
<section id="contact">
<h2>お問い合わせ</h2>
<p>ご質問がある場合は、お気軽にお問い合わせください。</p>
</section>
</main>
<footer>
<p>著作権 © 2023 サンプル会社</p>
</footer>
</body>
</html>
```
翻訳後:
```html
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Sample Page</title>
</head>
<body>
<header>
<h1>Welcome</h1>
<nav>
<ul>
<li><a href="#home">Home</a></li>
<li><a href="#about">About Us</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
</header>
<main>
<section id="home">
<h2>Home</h2>
<p>This is a sample homepage.</p>
</section>
<section id="about">
<h2>About Us</h2>
<p>We specialize in web development.</p>
</section>
<section id="contact">
<h2>Contact</h2>
<p>If you have any questions, please feel free to contact us.</p>
</section>
</main>
<footer>
<p>Copyright © 2023 Sample Company</p>
</footer>
</body>
</html>
```

API actions
—no coding required!
Automation Actions
Automation Triggers
Try it out for free
How to request materials and apply for a demo
Here