<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [recogn-parse](./recogn-parse.md) &gt; [ParseInfo](./recogn-parse.parseinfo.md)

## ParseInfo interface

识别解析出的信息

**Signature:**

```typescript
export interface ParseInfo 
```

## Properties

<table><thead><tr><th>

Property


</th><th>

Modifiers


</th><th>

Type


</th><th>

Description


</th></tr></thead>
<tbody><tr><td>

[parse](./recogn-parse.parseinfo.parse.md)


</td><td>


</td><td>

any


</td><td>

解析出的信息


</td></tr>
<tr><td>

[recogn](./recogn-parse.parseinfo.recogn.md)


</td><td>


</td><td>

[JudgeInfo](./recogn-parse.judgeinfo.md)


</td><td>

识别出的信息


</td></tr>
</tbody></table>
