<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [recogn-parse](./recogn-parse.md) &gt; [RecognResult](./recogn-parse.recognresult.md)

## RecognResult type

识别结果

**Signature:**

```typescript
export type RecognResult = Promise<FormatJudgeResult> | FormatJudgeResult;
```
**References:** [FormatJudgeResult](./recogn-parse.formatjudgeresult.md)

## Remarks

可以是同步的 格式化后的 [FormatJudgeResult](./recogn-parse.formatjudgeresult.md) 鉴定结果，也可以是 异步的 `Promise<FormatJudgeResult>`

