Skip to content

Commit 9b4e6b7

Browse files
committed
provide billed unit table
1 parent e9794a4 commit 9b4e6b7

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

articles/ai-services/translator/containers/install-run.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -633,11 +633,12 @@ Usage charges are calculated based upon the `quantity` value.
633633
}
634634
```
635635

636-
The aggregated value of `billedUnit` for the following meters is counted towards the characters you licensed for your disconnected container usage:
636+
The aggregated value of `billedUnit` for the following meters is counted towards the characters you licensed for your disconnected container usage:
637637

638-
* `CognitiveServices.TextTranslation.Container.OneDocumentTranslatedCharacters`
639-
640-
* `CognitiveServices.TextTranslation.Container.TranslatedCharacters`
638+
|Operation|Meter name|Billed unit|
639+
|---|---|---|
640+
|Text translation|`CognitiveServices.TextTranslation.Container.TranslatedCharacters`| 1 character = 1 billed unit|
641+
|Document translation|`CognitiveServices.TextTranslation.Container.OneDocumentTranslatedCharacters`|1 char = 1.5 billed unit.|
641642

642643
---
643644

0 commit comments

Comments
 (0)