Speech Azure
Stores the shared file for transcription service into Azure Blob Storage.
What this module is used for
- Module path:
src/Modules/CloudSolutions.Speech.Azure - Orchard module name:
Speech Service (Azure) - Category:
Speech - Project website: https://www.winnerware.com
- Author metadata:
Mike Alhayek
This page is generated from the current repository structure and manifest metadata so it reflects the implementation in the codebase.
How to configure it
- Enable the module or the specific feature from Configuration -> Features in the Orchard Core admin.
- Review the feature dependencies listed below and enable any supporting Orchard Core or CloudSolutions features they require.
- If the module adds settings, recipes, migrations, admin screens, or workflows, configure those pieces after enabling the feature.
- Validate the module in the running site by checking the related admin menu items, content types, permissions, or UI surfaces introduced by the module.
Feature and dependency map
Speech Service (Azure)
- Feature ID:
CloudSolutions.Speech.Azure - Description: Stores the shared file for transcription service into Azure Blob Storage.
- Category:
Speech - Dependencies: none declared in
Manifest.cs
Speech Transcriptions Store (Azure)
- Feature ID:
CloudSolutions.Speech.Azure.Transcriptions - Description: Stores the shared file for transcription service into Azure Blob Storage.
- Category:
Speech - Dependencies: none declared in
Manifest.cs
Speech-to-text batch host (Azure)
- Feature ID:
CloudSolutions.Speech.Azure.Host - Description: Provides a way allow the default tenant to handle all incoming Azure notification to the correct tenant.
- Category:
Speech - Dependencies:
CloudSolutions.Speech.Azure
Implementation signals in the codebase
- Startup class present:
Yes - Data migrations present:
No - Recipes present:
No - Controllers present:
No - Views present:
Yes - Assets present:
No - Workflows present:
No - Settings-related files found:
AzureSpeechSettingsDisplayDriver.csAzureSpeechSettingsViewModel.cs
Configuration checklist
- Enable the module feature in Orchard Core.
- Confirm the dependency
CloudSolutions.Speech.Azureis available and enabled where needed. - Review the settings types listed above to locate admin or site-level configuration surfaces.
Related documentation
- For Orchard Core framework concepts, see the official Orchard Core documentation.