UNPKG

recogn-parse

Version:

recogn-parse 提供了 识别--解析 的机制,使用者只需要添加识别器 和 解析器,然后就可以对事件进行识别和解析,适合用所有具备 识别--解析 流程的场景中,如:加载并显示各种模型、预览文件等

16 lines (9 loc) 462 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [recogn-parse](./recogn-parse.md) &gt; [RecognParseResult\_Async](./recogn-parse.recognparseresult_async.md) ## RecognParseResult\_Async type 异步识别解析的结果 **Signature:** ```typescript export type RecognParseResult_Async = Promise<RecognParseInfo>; ``` **References:** [RecognParseInfo](./recogn-parse.recognparseinfo.md)