初始化Content。
APP_ERROR ConfigData::InitContent(const std::string &content);
参数名 |
输入/输出 |
说明 |
---|---|---|
content |
输入 |
string类型,配置信息。 |
数据结构 |
运算说明 |
---|---|
APP_ERROR |
程序执行返回的错误码,请参考“MxBase/ErrorCode/ErrorCode.h”文件。 |