文本生成数据信息。
1 2 3 4
struct MxTextsInfo{ std::vector<MxMetaHeader> headers; std::vector<std::string> text; }
参数名
输入/输出
说明
headers
输入
文本生成数据头信息。
text
文本生成的数据字符串。