recogn-parse
Version:
recogn-parse 提供了 识别--解析 的机制,使用者只需要添加识别器 和 解析器,然后就可以对事件进行识别和解析,适合用所有具备 识别--解析 流程的场景中,如:加载并显示各种模型、预览文件等
20 lines (11 loc) • 674 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [recogn-parse](./recogn-parse.md) > [Judger](./recogn-parse.judger.md)
## Judger type
鉴定者
**Signature:**
```typescript
export type Judger<Options = any> = SerialJudger<Options> | Judge<Options>;
```
**References:** [SerialJudger](./recogn-parse.serialjudger.md)<!-- -->, [Judge](./recogn-parse.judge.md)
## Remarks
表示可以用作为一次独立鉴定的鉴定者。如果最终返回值为空,则表示鉴定失败;如果最终返回的有鉴定信息 [JudgeInfo](./recogn-parse.judgeinfo.md)<!-- -->,则表示鉴定成功