<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [recogn-parse](./recogn-parse.md) &gt; [FormatJudgeResult](./recogn-parse.formatjudgeresult.md)

## FormatJudgeResult type

格式化后的鉴别结果

**Signature:**

```typescript
export type FormatJudgeResult = JudgeInfo[] | null;
```
**References:** [JudgeInfo](./recogn-parse.judgeinfo.md)

## Remarks

没有鉴定出来的 返回 null 识别出来的，返回 [JudgeInfo](./recogn-parse.judgeinfo.md) 类型的数组，且至少有一个元素

