SetInputText接口 接口功能设置输入推理文本。 接口格式void SetInputText(std::string &text); 接口参数 参数 是否必选 说明 取值要求 text 必选 推理文本。 合法字符串string类型。 使用样例std::string text = "123"; request->SetInputText(text); 返回值无。 父主题: InferenceRequest