Chant.Shared.Windows 11.0.0

Prefix Reserved
dotnet add package Chant.Shared.Windows --version 11.0.0                
NuGet\Install-Package Chant.Shared.Windows -Version 11.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="Chant.Shared.Windows" Version="11.0.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Chant.Shared.Windows --version 11.0.0                
#r "nuget: Chant.Shared.Windows, 11.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 Chant.Shared.Windows as a Cake Addin
#addin nuget:?package=Chant.Shared.Windows&version=11.0.0

// Install Chant.Shared.Windows as a Cake Tool
#tool nuget:?package=Chant.Shared.Windows&version=11.0.0                

Chant.Shared library consists of common classes used by applications and Chant libraries GrammarKit, KinesicKit, LexiconKit, ProfileKit, SpeechKit, VoiceMarkupKit, and VoiceXMLKit.

Chant Shared libraries provide common classes for various application environments to use with available speech APIs and SDKs.

Chant.Shared library consists of classes used by Windows applications using Microsoft System.Speech and Microsoft.Speech (Microsoft Speech Platform) speech recognizers and synthesizers.

Chant.Shared.MCS library consists of classes used by Windows applications using Microsoft Cognitive Services (Azure) speech recognizers and synthesizers.

Chant.Shared.Windows library consists of classes used by Windows applications to validate and compile grammars using Acapela, Cepstral, CereProc CereVoice, Nuance Dragon NaturallySpeaking, Microsoft Cognitive Services (Azure), Microsoft SAPI (compliant), Microsoft Speech Platform, and Microsoft WindowsMedia speech recognizers and synthesizers.

Chant.Shared.WindowsMedia library consists of classes used by Universial Window Platform applications using Microsoft WindowsMedia speech recognizers.

Chant.Shared.WinRT.WindowsMedia library consists of classes used by Windows applications to validate and compile grammars using Microsoft WindowsMedia speech recognizers.

Read more about Chant libraries at: https://www.chant.net/support/documentation.

To speak with an expert, contact Chant at: https://www.chant.net/Company/Contact

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  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 is compatible.  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 is compatible.  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. 
.NET Framework net46 is compatible.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
native native is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 4.6

    • No dependencies.
  • net6.0

    • No dependencies.
  • net7.0

    • No dependencies.
  • net8.0

    • No dependencies.

NuGet packages (8)

Showing the top 5 NuGet packages that depend on Chant.Shared.Windows:

Package Downloads
Chant.SpeechKit.Windows

Recognize and synthesize speech in Windows applications using Acapela, Cepstral, CereProc CereVoice, Microsoft Cognitive Services (Azure), Microsoft SAPI-compliant, Microsoft Speech Platform, Microsoft WindowsMedia, and Nuance Dragon NaturallySpeaking speech recognizers and synthesizers. A SpeechKit application can control application functions by speaking rather than having to use a mouse or keyboard, prompt users for applicable data capture, capture data by speaking rather than typing, confirm data capture with spoken or audio acknowledgement, transcribe audio files to text, and synthesize speech to files. Use SpeechKit in the Chant Developer Workbench to interactively enumerate speech engines for testing recognizer- and synthesizer-specific features, trace recognition and synthesis events, test speech grammars, and hear TTS markup playback. Documentation is available at https://www.chant.net/support/documentation/speechkit. Samples are available at https://www.chant.net/support/downloads. NOTE: This is a commercial software product and requires a purchased license for use. Evaluation credentials are available at https://www.chant.net/support/downloads. Purchased licensed credentials are available at https://www.chant.net/store. See https://www.chant.net/products/speechkit for more information about evaluating and purchasing licenses.

Chant.ProfileKit.Windows

Create, delete, and train speaker recognition profiles in Windows applications using Microsoft SAPI, Microsoft Speech Platform, and Nuance Dragon NaturallySpeaking speech recognition engines. Integrate speaker profile training, microphone setup, and other functions as part of its speech recognition administrative features. Use ProfileKit in the Chant Developer Workbench to interactively create and delete speaker profiles, invoke recognizer built-in speaker training and other profile administration services. Documentation is available at https://www.chant.net/support/documentation/profilekit. Samples are available at https://www.chant.net/support/downloads. NOTE: This is a commercial software product and requires a purchased license for use. Evaluation credentials are available at https://www.chant.net/support/downloads. Purchased licensed credentials are available at https://www.chant.net/store. See https://www.chant.net/products/profilekit for more information about evaluating and purchasing licenses.

Chant.SpeechManager.Windows

Windows applications create and schedule speech processing requests using Acapela, Cepstral, CereProc CereVoice, Microsoft SAPI-compliant, Microsoft Speech Platform, Microsoft WindowsMedia, and Nuance Dragon NaturallySpeaking speech recognizers and synthesizers. There are two types of speech requests supported: transcription and speech synthesis. With transcription requests, audio streams (i.e., buffers and files) serve as audio source for speech recognition. With synthesis requests, audio is generated from synthesizing speech from text and returned as buffers, file, or streamed for live playback. Requests are created, scheduled, and destroyed. A request is created with optional parameters that specify the details for transcription or synthesis. Once a request is created, it can be managed with various priorities. Documentation is available at https://www.chant.net/support/documentation/helpers. Samples are available at https://www.chant.net/support/downloads. NOTE: This is a commercial software product and requires a purchased license for use. Evaluation credentials are available at https://www.chant.net/support/downloads. Purchased licensed credentials are available at https://www.chant.net/store. See https://www.chant.net/products/helpers for more information about evaluating and purchasing licenses.

Chant.GrammarKit.Windows

Compile, validate, and persist speech recognition grammar binary in Windows applications using Microsoft SAPI, Microsoft Speech Platform, and Microsoft WindowsMedia speech recognition engines. Speech recognition grammar syntax supported includes Microsoft SAPI XML and W3C SRGS XML. Use GrammarKit in the Chant Developer Workbench to interactively create, edit, and test speech recognition grammars before deploying with applications and VoiceXML. Documentation is available at https://www.chant.net/support/documentation/grammarkit. Samples are available at https://www.chant.net/support/downloads. NOTE: This is a commercial software product and requires a purchased license for use. Evaluation credentials are available at https://www.chant.net/support/downloads. Purchased licensed credentials are available at https://www.chant.net/store. See https://www.chant.net/products/grammarkit for more information about evaluating and purchasing licenses.

Chant.VoiceXMLKit.Windows

Generate, validate, and interprest VoiceXML in Windows applications using Microsoft SAPI and Microsoft Speech Platform speech recognizers and synthesizers. Voice Extensible Markup Language (VoiceXML) is defined by the W3C as markup language designed for creating interactive voice response applications. Use VoiceXMLKit in the Chant Developer Workbench to interactively create, edit, and test VoiceXML before deploying to servers. Documentation is available at https://www.chant.net/support/documentation/voicexmlkit. Samples are available at https://www.chant.net/support/downloads. NOTE: This is a commercial software product and requires a purchased license for use. Evaluation credentials are available at https://www.chant.net/support/downloads. Purchased licensed credentials are available at https://www.chant.net/store. See https://www.chant.net/products/voicexmlkit for more information about evaluating and purchasing licenses.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
11.0.0 95 7/30/2024