Skip to content

Commit 7813c41

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

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
@@ -408,7 +408,7 @@ For a complete code sample with the Speech SDK, see [speech translation samples
408408
## Using custom translation in speech translation
409409
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).
410410

411-
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](https://learn.microsoft.com/en-us/azure/ai-services/translator/custom-translator/quickstart).
411+
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

413413
```csharp
414414
// Creates an instance of a translation recognizer using speech translation configuration

0 commit comments

Comments
 (0)