<!-- 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; [addRecognParsers](./recogn-parse.recognparse.addrecognparsers.md)

## RecognParse.addRecognParsers() method

批量添加鉴定解析器

**Signature:**

```typescript
addRecognParsers(recognParsers: TypeRecognParsers<TOptions>): void;
```

## Parameters

<table><thead><tr><th>

Parameter


</th><th>

Type


</th><th>

Description


</th></tr></thead>
<tbody><tr><td>

recognParsers


</td><td>

[TypeRecognParsers](./recogn-parse.typerecognparsers.md)<!-- -->&lt;TOptions&gt;


</td><td>

类型 和 鉴定器和解析器对的映射


</td></tr>
</tbody></table>
**Returns:**

void

