UNPKG

recogn-parse

Version:

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

115 lines (51 loc) 1.23 kB
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [recogn-parse](./recogn-parse.md) &gt; [ResolveOptions](./recogn-parse.resolveoptions.md) ## ResolveOptions interface resolve 方法的选项 **Signature:** ```typescript export interface ResolveOptions ``` ## Properties <table><thead><tr><th> Property </th><th> Modifiers </th><th> Type </th><th> Description </th></tr></thead> <tbody><tr><td> [noRecogn?](./recogn-parse.resolveoptions.norecogn.md) </td><td> </td><td> boolean \| null </td><td> _(Optional)_ 跳过识别 </td></tr> <tr><td> [parse?](./recogn-parse.resolveoptions.parse.md) </td><td> </td><td> string \| null </td><td> _(Optional)_ 指定解析的类型 </td></tr> <tr><td> [recogn?](./recogn-parse.resolveoptions.recogn.md) </td><td> </td><td> string \| null </td><td> _(Optional)_ 指定鉴定器的名字 </td></tr> <tr><td> [type?](./recogn-parse.resolveoptions.type.md) </td><td> </td><td> string \| null </td><td> _(Optional)_ 指定的类型 </td></tr> </tbody></table>