You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Serval/src/Serval.Client/Client.g.cs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2409,7 +2409,7 @@ public partial interface ITranslationEnginesClient
2409
2409
/// <br/>
2410
2410
/// <br/>Preserving or stripping different types of USFM markers can be controlled by the `paragraph-marker-behavior`, `embed-behavior`, and `style-marker-behavior` parameters.
2411
2411
/// <br/>* `PushToEnd`: The USFM markers (or the entire embed) are preserved and placed at the end of the verse. **This is the default for paragraph markers and embeds**.
2412
-
/// <br/>* `TryToPlace`: The USFM markers (or the entire embed) are placed in approximately the right location within the verse. **This option is only available for paragraph markers. Quality of placement may differ from language to language.**.
2412
+
/// <br/>* `TryToPlace`: The USFM markers (or the entire embed) are placed in approximately the right location within the verse. **This option is only available for paragraph markers. Quality of placement may differ from language to language. Only works when `template` is set to `Source`**.
2413
2413
/// <br/>* `Strip`: The USFM markers (or the entire embed) are removed. **This is the default for style markers**.
2414
2414
/// <br/>
2415
2415
/// <br/>Quote normalization behavior is controlled by the `quote-normalization-behavior` parameter options:
@@ -4695,7 +4695,7 @@ public string BaseUrl
4695
4695
/// <br/>
4696
4696
/// <br/>Preserving or stripping different types of USFM markers can be controlled by the `paragraph-marker-behavior`, `embed-behavior`, and `style-marker-behavior` parameters.
4697
4697
/// <br/>* `PushToEnd`: The USFM markers (or the entire embed) are preserved and placed at the end of the verse. **This is the default for paragraph markers and embeds**.
4698
-
/// <br/>* `TryToPlace`: The USFM markers (or the entire embed) are placed in approximately the right location within the verse. **This option is only available for paragraph markers. Quality of placement may differ from language to language.**.
4698
+
/// <br/>* `TryToPlace`: The USFM markers (or the entire embed) are placed in approximately the right location within the verse. **This option is only available for paragraph markers. Quality of placement may differ from language to language. Only works when `template` is set to `Source`**.
4699
4699
/// <br/>* `Strip`: The USFM markers (or the entire embed) are removed. **This is the default for style markers**.
4700
4700
/// <br/>
4701
4701
/// <br/>Quote normalization behavior is controlled by the `quote-normalization-behavior` parameter options:
/// Preserving or stripping different types of USFM markers can be controlled by the `paragraph-marker-behavior`, `embed-behavior`, and `style-marker-behavior` parameters.
738
738
/// * `PushToEnd`: The USFM markers (or the entire embed) are preserved and placed at the end of the verse. **This is the default for paragraph markers and embeds**.
739
-
/// * `TryToPlace`: The USFM markers (or the entire embed) are placed in approximately the right location within the verse. **This option is only available for paragraph markers. Quality of placement may differ from language to language.**.
739
+
/// * `TryToPlace`: The USFM markers (or the entire embed) are placed in approximately the right location within the verse. **This option is only available for paragraph markers. Quality of placement may differ from language to language. Only works when `template` is set to `Source`**.
740
740
/// * `Strip`: The USFM markers (or the entire embed) are removed. **This is the default for style markers**.
741
741
///
742
742
/// Quote normalization behavior is controlled by the `quote-normalization-behavior` parameter options:
0 commit comments