Lyo.Tts.Models
1.0.11
dotnet add package Lyo.Tts.Models --version 1.0.11
NuGet\Install-Package Lyo.Tts.Models -Version 1.0.11
<PackageReference Include="Lyo.Tts.Models" Version="1.0.11" />
<PackageVersion Include="Lyo.Tts.Models" Version="1.0.11" />
<PackageReference Include="Lyo.Tts.Models" />
paket add Lyo.Tts.Models --version 1.0.11
#r "nuget: Lyo.Tts.Models, 1.0.11"
#:package Lyo.Tts.Models@1.0.11
#addin nuget:?package=Lyo.Tts.Models&version=1.0.11
#tool nuget:?package=Lyo.Tts.Models&version=1.0.11
Lyo.Tts.Models
Shared TTS requests, results, options, and event payloads. Provider packages reference this instead of each other.
Target frameworks: netstandard2.0, net10.0
Types
| Type | Purpose |
|---|---|
TtsRequest |
Abstract base: Text, protected internal backing fields (VoiceIdInternal, …) for enums / formats |
TtsResult<TRequest> |
Result-based outcome with optional AudioData, RequestId, AudioSize |
TtsSynthesisResult |
Lightweight struct for ITtsService facades |
TtsServiceOptions |
Defaults (DefaultVoiceId, DefaultOutputFormat), limits (MaxTextLength, bulk caps), metrics toggle |
TtsSynthesizingEventArgs<T> / TtsSynthesizedEventArgs<T> |
Single-request events |
TtsBulkSynthesizingEventArgs<T> / TtsBulkSynthesizedEventArgs<T> |
Bulk events |
Implementations normally derive a typed request from TtsRequest (for example AWS Polly or Typecast) and keep JSON shape under their control.
Dependencies
Generated from ProjectReference / PackageReference (same model as docs/Lyo.ProjectGraph.html).
Lyo.Common(direct, lyo)Lyo.Result(direct, lyo)System.Text.Json10.0.5(direct, microsoft, netstandard2.0)Lyo.Exceptions(transitive, lyo)Microsoft.Extensions.Logging.Abstractions10.0.5(transitive, microsoft)System.Memory4.6.3(transitive, microsoft, netstandard2.0)
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
| .NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
| .NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
| MonoAndroid | monoandroid was computed. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | tizen40 was computed. tizen60 was computed. |
| Xamarin.iOS | xamarinios was computed. |
| Xamarin.Mac | xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- Lyo.Common (>= 1.0.11)
- Lyo.Result (>= 1.0.11)
- System.Text.Json (>= 10.0.5)
-
net10.0
- Lyo.Common (>= 1.0.11)
- Lyo.Result (>= 1.0.11)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on Lyo.Tts.Models:
| Package | Downloads |
|---|---|
|
Lyo.Tts
Base Text-to-Speech service interface and implementation for converting text to speech. |
|
|
Lyo.Typecast.Client
Typecast API client for text-to-speech and voice management operations. |
|
|
Lyo.Tts.WindowsSpeech
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.