-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'staging' of github.com:/AgoraIO/Doc-Source-Private into…
… staging
- Loading branch information
Showing
11 changed files
with
233 additions
and
72 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
title: 'Real-time translation' | ||
sidebar_position: 1.5 | ||
type: docs | ||
description: > | ||
Translate transcription text to multiple languages. | ||
--- | ||
|
||
import EnableService from '@docs/shared/real-time-stt/develop/translation.mdx'; | ||
|
||
export const toc = [{}]; | ||
|
||
<EnableService /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,26 +9,24 @@ description: > | |
|
||
export const toc = [{}]; | ||
|
||
This page introduces the billing policy for the <Vpd k="NAME"/> add-on provided by Agora. | ||
|
||
Your billing details may differ if you have signed a contract with Agora. | ||
Agora calculates the billing for all projects under your Agora account on a monthly basis. Billing begins once you | ||
enable <Vpd k="NAME"/>. | ||
|
||
## Overview | ||
This page explains <Vg k="COMPANY" />'s billing policy for the <Vpd k="NAME"/> add-on. | ||
|
||
Agora calculates the billing of all projects under your Agora account on a monthly basis. Billing begins once you | ||
enable <Vpd k="NAME"/>. | ||
<Admonition type="info"> | ||
Your billing details may differ if you have signed a contract with Agora. | ||
</Admonition> | ||
|
||
## Transcription fee | ||
|
||
When <Vpd k="NAME"/> is enabled for a channel, it transcribes the audio of its active hosts. When <Vpd k="NAME"/> is enabled for specific hosts, it only transcribes the audio of the specified hosts and ignores the others. The <Vpd k="NAME"/> service employs algorithms that remove the periods of silence and improve WER (Word Error Rate) of transcription. The processed audio is transcribed by the <Vpd k="NAME"/> engine and referred to as transcription duration. Agora charges for the transcription duration of all or specified hosts in the channel. | ||
|
||
The unit price is as follows: | ||
When <Vpd k="NAME"/> is enabled for a channel, it transcribes the audio of the active hosts. When <Vpd k="NAME"/> is enabled for specific hosts, it only transcribes the audio of the specified hosts and ignores others. The <Vpd k="NAME"/> service employs algorithms that remove periods of silence and improve Word Error Rate (WER) of transcription. The processed audio is transcribed by the <Vpd k="NAME"/> engine and its duration is referred to as the transcription duration. Agora charges for the transcription duration of all or specified hosts in the channel. The unit price is as follows: | ||
|
||
|Billing item |Usage, minutes per month |Pricing, US$/1,000 minutes| | ||
|-------------|--------------------|--------------------------| | ||
|Transcription duration | Above 0 | 16.99 | | ||
|
||
**Example** | ||
#### Example | ||
|
||
After you enable <Vpd k="NAME"/>: | ||
- Host A speaks for 2 minutes and remains silent for 8 minutes. | ||
|
@@ -46,23 +44,49 @@ In this case, the total transcription minutes are calculated as 2 (Host A) + 3 ( | |
|
||
## Language identification fee | ||
|
||
<Vpd k="NAME"/> supports dynamic language detection when two or more languages are enabled for a channel or specific hosts. The LID (language identification) duration is the same as the transcription duration. | ||
<Vpd k="NAME"/> supports dynamic language detection when two or more languages are enabled for a channel or specific hosts. The Language Identification (LID) duration is the same as the transcription duration. | ||
|
||
|Billing item|Usage, minutes per month |Pricing, US$/1,000 minutes| | ||
|--------------------|--------------------|--------------------------| | ||
|Language identification duration|Above 0 | 5.00 | | ||
|Language identification duration | Above 0 | 5.00 | | ||
|
||
#### Example | ||
|
||
Examples: | ||
- Let's say there is a channel existing for 10 minutes. There are 3 active hosts - A, B, and C - all in the unmuted state. | ||
- #3: If Spanish and Chinese LID is enabled for this channel at the start, the algorithm will remove 8 minutes of silent audio for host A, 7 minutes for host B and 7 minutes for host C. Therefore, the transcription duration is 2 + 3 + 3 = 8 minutes. the LID duration is 8 minutes, too, being the sum of 2 minutes for host A, 3 minutes for host B, and 3 minutes for host C. | ||
- Suppose a channel exists for 10 minutes. There are three active, unmuted hosts, A, B, and C. | ||
- If Spanish and Chinese LID is enabled for this channel at the start, the algorithm removes 8 minutes of silent audio for host A, 7 minutes for host B and 7 minutes for host C. Therefore, the transcription duration is 2 + 3 + 3 = 8 minutes. The LID duration is also 8 minutes, being the sum of 2 minutes for host A, 3 minutes for host B, and 3 minutes for host C. | ||
- If Spanish and Chinese LID is enabled for host A, then the transcription duration and LID duration are both 2 minutes. | ||
|
||
Notes: | ||
- The <Vpd k="NAME"/> transcription duration does not change if you enable more than 1 language. | ||
- If only 1 language is set for a channel or a specified host, the language detection will not start. | ||
- The <Vpd k="NAME"/> transcription duration does not change if you enable more than one language. | ||
- If only one language is set for a channel or a specified host, language detection does not start. | ||
|
||
## Translation fee | ||
|
||
When you enable real-time translation for a channel or a user, transcription is activated first. The transcription text is then translated to the target languages. The translation usage minutes are the same as the transcription usage minutes. The real-time transcription and translation usage and cost is shown in your monthly invoice. The unit price is as follows: | ||
|
||
|Billing item | Pricing, US$/1,000 minutes| | ||
|-------------|------------------| | ||
|Translation | 8.99 | | ||
|
||
#### Example | ||
|
||
After you enable <Vpd k="NAME"/>: | ||
- Host A speaks Russian for 2 minutes and remains silent for 8 minutes. | ||
- Host B speaks French for 3 minutes and remains silent for 7 minutes. | ||
- Host C speaks Russian for 3 minutes and remains silent for 7 minutes. | ||
- All hosts are silent for the first 2 minutes of the call. | ||
- Russian and French are translated to English. | ||
|
||
In this case, the total transcription minutes are calculated as 2 (Host A) + 3 (Host B) + 3 (Host C) = 8 minutes. The translation minutes are the same as transcription minutes. Agora charges 8 minutes transcription fee and 8 minutes translation fee. | ||
|
||
Total cost = 8/1000*$16.99 + 8/1000*$8.99 = $0.136 + $0.072 = $0.208. | ||
|
||
If you translate Russian and French to English and German, the translation cost is multiplied by 2: | ||
|
||
Total cost = 8/1000*$16.99 + 8/1000*$8.99*2 = $0.136 + $0.144 = $0.28. | ||
|
||
## Free-of-charge duration | ||
|
||
<Vpd k="NAME"/> provides 300 minutes of free-of-charge duration for integration and testing purposes. | ||
<Vpd k="NAME"/> provides 300 free-of-charge minutes for integration and testing purposes. | ||
|
||
Contact [email protected] or your AE to get a discount. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,36 @@ | ||
<Vpd k="NAME"/> supports the following languages: | ||
|
||
| GUI Language | STT language parameters | | ||
|---|---| | ||
| Arabic (EG) | ar-EG | | ||
| Arabic (JO) | ar-JO | | ||
| Arabic (SA) | ar-SA | | ||
| Arabic (UAE) | ar-AE | | ||
| Bengali (IN) | bn-IN | | ||
| Chinese | zh-CN | | ||
| Chinese (HK) | zh-HK | | ||
| Chinese (TW) | zh-TW | | ||
| Dutch | nl-NL | | ||
| English (IN) | en-IN | | ||
| English (US) | en-US | | ||
| Filipino | fil-PH | | ||
| French | fr-FR | | ||
| German | de-DE | | ||
| Gujarati | gu-IN | | ||
| Hebrew | he-IL | | ||
| Hindi | hi-IN | | ||
| Indonesian | id-ID | | ||
| Italian | it-IT | | ||
| Japanese | ja-JP | | ||
| Kannada | kn-IN | | ||
| Korean | ko-KR | | ||
| Malay | ms-MY | | ||
| Persian | fa-IR | | ||
| Portuguese | pt-PT | | ||
| Russian | ru-RU | | ||
| Spanish | es-ES | | ||
| Tamil | ta-IN | | ||
| Telugu | te-IN | | ||
| Thai | th-TH | | ||
| Turkish | tr-TR | | ||
| Vietnamese | vi-VN | | ||
| Language | Parameter | | ||
|:---|:---| | ||
| Arabic (EG) | `ar-EG` | | ||
| Arabic (JO) | `ar-JO` | | ||
| Arabic (SA) | `ar-SA` | | ||
| Arabic (UAE) | `ar-AE` | | ||
| Bengali (IN) | `bn-IN` | | ||
| Chinese | `zh-CN` | | ||
| Chinese (HK) | `zh-HK` | | ||
| Chinese (TW) | `zh-TW` | | ||
| Dutch | `nl-NL` | | ||
| English (IN) | `en-IN` | | ||
| English (US) | `en-US` | | ||
| Filipino | `fil-PH` | | ||
| French | `fr-FR` | | ||
| German | `de-DE` | | ||
| Gujarati | `gu-IN` | | ||
| Hebrew | `he-IL` | | ||
| Hindi | `hi-IN` | | ||
| Indonesian | `id-ID` | | ||
| Italian | `it-IT` | | ||
| Japanese | `ja-JP` | | ||
| Kannada | `kn-IN` | | ||
| Korean | `ko-KR` | | ||
| Malay | `ms-MY` | | ||
| Persian | `fa-IR` | | ||
| Portuguese | `pt-PT` | | ||
| Russian | `ru-RU` | | ||
| Spanish | `es-ES` | | ||
| Tamil | `ta-IN` | | ||
| Telugu | `te-IN` | | ||
| Thai | `th-TH` | | ||
| Turkish | `tr-TR` | | ||
| Vietnamese | `vi-VN` | |
Oops, something went wrong.