Text-Translation-API-V3-C-Sharp icon indicating copy to clipboard operation
Text-Translation-API-V3-C-Sharp copied to clipboard

Results 6 Text-Translation-API-V3-C-Sharp issues
Sort by recently updated
recently updated
newest added

The code is expecting `Translations`, `DetectedLanguage`, `Score`, `To`, `Text` etc in the JSON response. As per the documentation (and what's being returned), the first letter is small caps and not...

`System.Text.Json` is the new recommendation, hopefully pretty straight-forward to upgrade for a sample like this.

I added C# classes for easier usage.

I am creating custom training model and I have created project/workspace from ui using [Custom Translator Portal](https://portal.customtranslator.azure.ai) When I am trying to upload a document using this custom sample app...

Hi all, I am working on a bot project at the moment where we use language detection to determine what language the user wants to converse in. (French or English)...

According to the docs currently found here: https://docs.microsoft.com/en-us/azure/cognitive-services/translator/reference/v3-0-languages?tabs=curl: "Authentication isn't required to get language resources" The "Ocp-Apim-Subscription-Key" header isn't even mentioned.