class VoiceFileUploader

上传语音文件类

Constants

WAV

MP3

Methods

__construct(string $appid, string $appkey)

构造函数

string
upload(string $fileContent, string $contentType)

上传语音文件

Details

at line 28
__construct(string $appid, string $appkey)

构造函数

Parameters

string $appid sdkappid
string $appkey sdkappid对应的appkey

at line 44
string upload(string $fileContent, string $contentType)

上传语音文件

Parameters

string $fileContent 语音文件内容
string $contentType 语音文件类型,目前支持 VoiceFileUploader::WAV 和 VoiceFileUploader::MP3

Return Value

string 应答json字符串,详细内容参见腾讯云协议文档