<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [recogn-parse](./recogn-parse.md) &gt; [JudgeResult](./recogn-parse.judgeresult.md)

## JudgeResult type

鉴定结果

**Signature:**

```typescript
export type JudgeResult = JudgeInfo[] | JudgeInfo | null | undefined;
```
**References:** [JudgeInfo](./recogn-parse.judgeinfo.md)

## Remarks

表示鉴定的最终结果，空值 表示鉴定失败，非空的值 表示鉴定出来的鉴定信息，可以是多个鉴定信息

