<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [recogn-parse](./recogn-parse.md) &gt; [Parse](./recogn-parse.parse.md)

## Parse type

解析函数

**Signature:**

```typescript
export type Parse<Options = any> = (target: any, targetOptions: Options, preResult: any, recognResult: JudgeInfo) => any;
```
**References:** [JudgeInfo](./recogn-parse.judgeinfo.md)

## Remarks

对 target 进行解析

