Xamarin.TextToSpeech
1.0.0
dotnet add package Xamarin.TextToSpeech --version 1.0.0
NuGet\Install-Package Xamarin.TextToSpeech -Version 1.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Xamarin.TextToSpeech" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Xamarin.TextToSpeech --version 1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Xamarin.TextToSpeech, 1.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Xamarin.TextToSpeech as a Cake Addin #addin nuget:?package=Xamarin.TextToSpeech&version=1.0.0 // Install Xamarin.TextToSpeech as a Cake Tool #tool nuget:?package=Xamarin.TextToSpeech&version=1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
SpeechToText
A cross platform wrapper for TextToSpeech on iOS and Android<
Usage:
using Subsystems.TextToSpeechShared.External;;
... ...
private CMPTextToSpeechProxy _textToSpeechProxy;
Initialize
_textToSpeechProxy = new CMPTextToSpeechProxy();
SpeekAsync
var speechesList = new List<string>()
{
"<speech_1>",
"<speech_2>",
};
_textToSpeechProxy.Speech(speechesList).Language("en-US").Build();
await _textToSpeechProxy.SpeekAsync();
StopSpeaking
_textToSpeechProxy.StopSpeaking();
Product | Versions Compatible and additional computed target framework versions. |
---|---|
MonoAndroid | monoandroid90 is compatible. |
Xamarin.iOS | xamarinios10 is compatible. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
MonoAndroid 9.0
- Autofac (>= 4.8.1)
- Microsoft.NETCore.Platforms (>= 1.0.1)
- Microsoft.Win32.Primitives (>= 4.0.1)
- NETStandard.Library (>= 1.6.0)
- System.AppContext (>= 4.1.0)
- System.Collections (>= 4.0.11)
- System.Collections.Concurrent (>= 4.0.12)
- System.ComponentModel (>= 4.0.1)
- System.Console (>= 4.0.0)
- System.Diagnostics.Debug (>= 4.0.11)
- System.Diagnostics.Tools (>= 4.0.1)
- System.Diagnostics.Tracing (>= 4.1.0)
- System.Globalization (>= 4.0.11)
- System.Globalization.Calendars (>= 4.0.1)
- System.IO (>= 4.1.0)
- System.IO.Compression (>= 4.1.0)
- System.IO.Compression.ZipFile (>= 4.0.1)
- System.IO.FileSystem (>= 4.0.1)
- System.IO.FileSystem.Primitives (>= 4.0.1)
- System.Linq (>= 4.1.0)
- System.Linq.Expressions (>= 4.1.0)
- System.Net.Http (>= 4.1.0)
- System.Net.Primitives (>= 4.0.11)
- System.Net.Sockets (>= 4.1.0)
- System.ObjectModel (>= 4.0.12)
- System.Reflection (>= 4.1.0)
- System.Reflection.Extensions (>= 4.0.1)
- System.Reflection.Primitives (>= 4.0.1)
- System.Resources.ResourceManager (>= 4.0.1)
- System.Runtime (>= 4.1.0)
- System.Runtime.Extensions (>= 4.1.0)
- System.Runtime.Handles (>= 4.0.1)
- System.Runtime.InteropServices (>= 4.1.0)
- System.Runtime.InteropServices.RuntimeInformation (>= 4.0.0)
- System.Runtime.Numerics (>= 4.0.1)
- System.Security.Cryptography.Algorithms (>= 4.2.0)
- System.Security.Cryptography.Encoding (>= 4.0.0)
- System.Security.Cryptography.Primitives (>= 4.0.0)
- System.Security.Cryptography.X509Certificates (>= 4.1.0)
- System.Text.Encoding (>= 4.0.11)
- System.Text.Encoding.Extensions (>= 4.0.11)
- System.Text.RegularExpressions (>= 4.1.0)
- System.Threading (>= 4.0.11)
- System.Threading.Tasks (>= 4.0.11)
- System.Threading.Timer (>= 4.0.1)
- System.Xml.ReaderWriter (>= 4.0.11)
- System.Xml.XDocument (>= 4.0.11)
-
Xamarin.iOS 1.0
- Autofac (>= 4.8.1)
- Microsoft.NETCore.Platforms (>= 1.0.1)
- Microsoft.Win32.Primitives (>= 4.0.1)
- NETStandard.Library (>= 1.6.0)
- System.AppContext (>= 4.1.0)
- System.Collections (>= 4.0.11)
- System.Collections.Concurrent (>= 4.0.12)
- System.ComponentModel (>= 4.0.1)
- System.Console (>= 4.0.0)
- System.Diagnostics.Debug (>= 4.0.11)
- System.Diagnostics.Tools (>= 4.0.1)
- System.Diagnostics.Tracing (>= 4.1.0)
- System.Globalization (>= 4.0.11)
- System.Globalization.Calendars (>= 4.0.1)
- System.IO (>= 4.1.0)
- System.IO.Compression (>= 4.1.0)
- System.IO.Compression.ZipFile (>= 4.0.1)
- System.IO.FileSystem (>= 4.0.1)
- System.IO.FileSystem.Primitives (>= 4.0.1)
- System.Linq (>= 4.1.0)
- System.Linq.Expressions (>= 4.1.0)
- System.Net.Http (>= 4.1.0)
- System.Net.Primitives (>= 4.0.11)
- System.Net.Sockets (>= 4.1.0)
- System.ObjectModel (>= 4.0.12)
- System.Reflection (>= 4.1.0)
- System.Reflection.Extensions (>= 4.0.1)
- System.Reflection.Primitives (>= 4.0.1)
- System.Resources.ResourceManager (>= 4.0.1)
- System.Runtime (>= 4.1.0)
- System.Runtime.Extensions (>= 4.1.0)
- System.Runtime.Handles (>= 4.0.1)
- System.Runtime.InteropServices (>= 4.1.0)
- System.Runtime.InteropServices.RuntimeInformation (>= 4.0.0)
- System.Runtime.Numerics (>= 4.0.1)
- System.Security.Cryptography.Algorithms (>= 4.2.0)
- System.Security.Cryptography.Encoding (>= 4.0.0)
- System.Security.Cryptography.Primitives (>= 4.0.0)
- System.Security.Cryptography.X509Certificates (>= 4.1.0)
- System.Text.Encoding (>= 4.0.11)
- System.Text.Encoding.Extensions (>= 4.0.11)
- System.Text.RegularExpressions (>= 4.1.0)
- System.Threading (>= 4.0.11)
- System.Threading.Tasks (>= 4.0.11)
- System.Threading.Timer (>= 4.0.1)
- System.Xml.ReaderWriter (>= 4.0.11)
- System.Xml.XDocument (>= 4.0.11)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.0 | 1,152 | 10/23/2018 |
1. Initial Release
2, Supports only iOS and Android
3. Latest version only supported