recogn-parse
Version:
recogn-parse 提供了 识别--解析 的机制,使用者只需要添加识别器 和 解析器,然后就可以对事件进行识别和解析,适合用所有具备 识别--解析 流程的场景中,如:加载并显示各种模型、预览文件等
77 lines (35 loc) • 940 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [recogn-parse](./recogn-parse.md) > [RecognParser](./recogn-parse.recognparser.md)
## RecognParser interface
鉴定器和解析器对
**Signature:**
```typescript
export interface RecognParser<Options = any>
```
## Properties
<table><thead><tr><th>
Property
</th><th>
Modifiers
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
[judger?](./recogn-parse.recognparser.judger.md)
</td><td>
</td><td>
[Judger](./recogn-parse.judger.md)<!-- --><Options> \| null
</td><td>
_(Optional)_
</td></tr>
<tr><td>
[parser?](./recogn-parse.recognparser.parser.md)
</td><td>
</td><td>
[Parser](./recogn-parse.parser.md)<!-- --><Options> \| null
</td><td>
_(Optional)_
</td></tr>
</tbody></table>