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: Runtime/TextToSpeech/TextToSpeechRequest.cs
+2-7Lines changed: 2 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ public sealed class TextToSpeechRequest
19
19
/// <see cref="Voice"/> to use.
20
20
/// </param>
21
21
/// <param name="text">
22
-
/// Text input to synthesize speech for. Maximum 5000 characters.
22
+
/// Text input to synthesize speech for.
23
23
/// </param>
24
24
/// <param name="encoding"><see cref="Encoding"/> to use for <see cref="text"/>.</param>
25
25
/// <param name="voiceSettings">
@@ -48,7 +48,7 @@ public sealed class TextToSpeechRequest
48
48
/// <param name="previousRequestIds"></param>
49
49
/// <param name="nextRequestIds"></param>
50
50
/// <param name="languageCode">
51
-
/// Optional, Language code (ISO 639-1) used to enforce a language for the model. Currently only <see cref="Model.TurboV2_5"/> supports language enforcement.
51
+
/// Optional, Language code (ISO 639-1) used to enforce a language for the model. Currently only <see cref="Model.TurboV2_5"/> supports language enforcement.
52
52
/// For other models, an error will be returned if language code is provided.
0 commit comments