Skip to content

Commit 904e0ff

Browse files
Update articles/ai-services/speech-service/includes/how-to/translate-speech/csharp.md
Co-authored-by: Patrick Farley <[email protected]>
1 parent 7813c41 commit 904e0ff

File tree

1 file changed

+1
-1
lines changed
  • articles/ai-services/speech-service/includes/how-to/translate-speech

1 file changed

+1
-1
lines changed

articles/ai-services/speech-service/includes/how-to/translate-speech/csharp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ var translationRecognizer = new TranslationRecognizer(speechTranslationConfig, a
406406
For a complete code sample with the Speech SDK, see [speech translation samples on GitHub](https://github.com/Azure-Samples/cognitive-services-speech-sdk/blob/master/samples/csharp/sharedcontent/console/translation_samples.cs#L472).
407407

408408
## Using custom translation in speech translation
409-
The custom translation feature in speech translation seamlessly integrates with the Azure Custom Translation service, it allows you to achieve more accurate and tailored translations. As the integration directly harnesses the capabilities of the Azure custom translation service, it is essential to prepare a multi-service resource to ensure the correct functioning of the complete set of features. For detailed instructions, please consult the guide on [Create a multi-service resource for Azure AI services](https://learn.microsoft.com/en-us/azure/ai-services/multi-service-resource?tabs=windows&pivots=azportal).
409+
The custom translation feature in speech translation seamlessly integrates with the Azure Custom Translation service, allowing you to achieve more accurate and tailored translations. As the integration directly harnesses the capabilities of the Azure custom translation service, you need to use a multi-service resource to ensure the correct functioning of the complete set of features. For detailed instructions, please consult the guide on [Create a multi-service resource for Azure AI services](/azure/ai-services/multi-service-resource?tabs=windows&pivots=azportal).
410410

411411
Additionally, for offline training of a custom translator and obtaining a "Category ID," please refer to the step-by-step script provided in the [Quickstart: Build, deploy, and use a custom model - Custom Translator](/azure/ai-services/translator/custom-translator/quickstart).
412412

0 commit comments

Comments
 (0)