<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [recogn-parse](./recogn-parse.md) &gt; [RecognParseResult\_Async](./recogn-parse.recognparseresult_async.md)

## RecognParseResult\_Async type

异步识别解析的结果

**Signature:**

```typescript
export type RecognParseResult_Async = Promise<RecognParseInfo>;
```
**References:** [RecognParseInfo](./recogn-parse.recognparseinfo.md)

