<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [recogn-parse](./recogn-parse.md) &gt; [RecognParse](./recogn-parse.recognparse.md) &gt; [postParses](./recogn-parse.recognparse.postparses.md)

## RecognParse.postParses property

后置解析器

**Signature:**

```typescript
get postParses(): import("./Resolver").Parse<TOptions>[];

set postParses(value: import("./Resolver").Parse<TOptions>[]);
```
