Skip to content

Commit 4bc8357

Browse files
committed
update file names
1 parent 10f4fc4 commit 4bc8357

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/ai-services/translator/text-translation/reference/v4/translate-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Request parameters passed with the request are as follows:
6868
| --- | --- | --- | --- |
6969
| **targets.script** | string | False | Specify the script of the translated text. |
7070
|**targets.deploymentName** | string | False | Default is `general`, which uses `NMT` system. `your-model-name-gpt-4o-mini` is an example deployment name for the GPT-4o-mini model. `gpt-4o` uses GPT-4o model.<br`<custom model id>` uses the custom `NMT` model tuned by customer.<br> |
71-
| **targets.allowFallback** | string | False | Specifies that if the intended model isn't supported for a given source and target language pair, the service is permitted to fall back to a general system. This action ensures that translations can still be provided even when the preferred model is unavailable. Default is `true`. If `false` system returns an error if language pair isn't supported. |
71+
| **targets.allowFallback** | string | False | Indicates that if the desired model does not support a specific source and target language pair, the service may default to a general system as an alternative. This action ensures that translations can still be provided even when the preferred model is unavailable. Default is `true`. If `false` system returns an error if language pair isn't supported. |
7272
| **targets.tone** | string | False | Desired tone of target translation. Accepted values are `formal`, `informal`, or `neutral`. |
7373
| **targets.gender** (For more information, *see* [Gender-specific translations](#gender-specific-translations))| string | False | Desired gender of target translation. Accepted values are `male`, `female`, or `neutral`.|
7474
| **targets.adaptiveDatasetId** | string | False | Reference dataset ID having sentence pair to generate adaptive customized translation |

0 commit comments

Comments
 (0)