Skip to content

Commit 8557609

Browse files
Merge pull request #1594 from laujan/provide-billed-unit-info
provide billed unit table
2 parents e4edcdf + e528446 commit 8557609

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

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

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: laujan
77
manager: nitinme
88
ms.service: azure-ai-translator
99
ms.topic: how-to
10-
ms.date: 11/13/2024
10+
ms.date: 12/09/2024
1111
ms.author: lajanuar
1212
recommendations: false
1313
keywords: on-premises, Docker, container, identify
@@ -644,11 +644,12 @@ Usage charges are calculated based upon the `quantity` value.
644644
}
645645
```
646646

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

649-
* `CognitiveServices.TextTranslation.Container.OneDocumentTranslatedCharacters`
650-
651-
* `CognitiveServices.TextTranslation.Container.TranslatedCharacters`
649+
|Operation|Meter name|Billed unit|
650+
|---|---|---|
651+
|Text translation|`CognitiveServices.TextTranslation.Container.TranslatedCharacters`|`quantity`: **1 character equals 1** `billedUnit`|
652+
|Document translation|`CognitiveServices.TextTranslation.Container.OneDocumentTranslatedCharacters`|`quantity`: **1 character equals 1.5** `billedUnit`|
652653

653654
---
654655

0 commit comments

Comments
 (0)