获取异步推理的结果。
def get_result(self, timeout)
timeout大于0。
参数名
参数类型
输入/输出
说明
timeout
float
输入
表示当前协程获取结果的时间限制,默认为None。
Result对象,表示推理结果。