Skip to content

Commit

Permalink
Update documentation; fixes #134
Browse files Browse the repository at this point in the history
  • Loading branch information
Enkidu93 committed Sep 20, 2023
1 parent b94477c commit eeb4290
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/Serval.Client/Client.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -794,7 +794,7 @@ public partial interface ITranslationEnginesClient
/// <br/> * Recommendation: Create a multi-part name to distinguish between projects, uses, etc.
/// <br/> * The name does not have to be unique, as the engine is uniquely identified by the auto-generated id
/// <br/>* **sourceLanguage**: The source language code
/// <br/> * Note that for Nmt, if the source or target language code matches an [NLLB-200 code](https://github.com/facebookresearch/flores/tree/main/flores200#languages-in-flores-200), it will map directly and use the language as-is.
/// <br/> * Note that for Nmt, if the source or target language code matches an [IETF language tag](https://en.wikipedia.org/wiki/IETF_language_tag), it will be converted to an [NLLB-200 code](https://github.com/facebookresearch/flores/tree/main/flores200#languages-in-flores-200) and use the language as-is.
/// <br/>* **targetLanguage**: The target language code
/// <br/>* **type**: **SmtTransfer** or **Nmt** or **Echo**
/// <br/>### SmtTransfer
Expand Down Expand Up @@ -1182,7 +1182,7 @@ public string BaseUrl
/// <br/> * Recommendation: Create a multi-part name to distinguish between projects, uses, etc.
/// <br/> * The name does not have to be unique, as the engine is uniquely identified by the auto-generated id
/// <br/>* **sourceLanguage**: The source language code
/// <br/> * Note that for Nmt, if the source or target language code matches an [NLLB-200 code](https://github.com/facebookresearch/flores/tree/main/flores200#languages-in-flores-200), it will map directly and use the language as-is.
/// <br/> * Note that for Nmt, if the source or target language code matches an [IETF language tag](https://en.wikipedia.org/wiki/IETF_language_tag), it will be converted to an [NLLB-200 code](https://github.com/facebookresearch/flores/tree/main/flores200#languages-in-flores-200) and use the language as-is.
/// <br/>* **targetLanguage**: The target language code
/// <br/>* **type**: **SmtTransfer** or **Nmt** or **Echo**
/// <br/>### SmtTransfer
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ CancellationToken cancellationToken
/// * Recommendation: Create a multi-part name to distinguish between projects, uses, etc.
/// * The name does not have to be unique, as the engine is uniquely identified by the auto-generated id
/// * **sourceLanguage**: The source language code
/// * Note that for Nmt, if the source or target language code matches an [NLLB-200 code](https://github.com/facebookresearch/flores/tree/main/flores200#languages-in-flores-200), it will map directly and use the language as-is.
/// * Note that for Nmt, if the source or target language code matches an [IETF language tag](https://en.wikipedia.org/wiki/IETF_language_tag), it will be converted to an [NLLB-200 code](https://github.com/facebookresearch/flores/tree/main/flores200#languages-in-flores-200) and use the language as-is.
/// * **targetLanguage**: The target language code
/// * **type**: **SmtTransfer** or **Nmt** or **Echo**
/// ### SmtTransfer
Expand Down

0 comments on commit eeb4290

Please sign in to comment.