AzTextToSpeech.psd1

@{
    RootModule        = 'AzTextToSpeech.psm1'
    ModuleVersion = '1.0.29'
    GUID              = 'b375c986-205d-4759-a4cb-3180dc073a64'
    Author            = 'Adam Bertram'
    CompanyName       = 'Adam the Automator, LLC'
    Copyright         = '(c) 2019 Adam the Automator, LLC. All rights reserved.'
    Description       = 'A PowerShell module to work with the Azure Speech Services text to speech API'
    RequiredModules   = 'Az.CognitiveServices'
    FunctionsToExport = 'Connect-AzTextToSpeech','ConvertTo-Speech','Get-CsToken','Get-CustomEndpoint','Get-VoiceAgent','New-TrainingDataPackage','New-Transcript','Save-ApiKey'
    VariablesToExport = '*'
    AliasesToExport   = '*'
    PrivateData       = @{
        PSData = @{
            Tags       = @('AzureCognitiveServices', 'Blogs')
            ProjectUri = 'https://github.com/adbertram/AzTextToSpeech'
        }
    }
}