recogn-parse
Version:
recogn-parse 提供了 识别--解析 的机制,使用者只需要添加识别器 和 解析器,然后就可以对事件进行识别和解析,适合用所有具备 识别--解析 流程的场景中,如:加载并显示各种模型、预览文件等
56 lines (27 loc) • 749 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [recogn-parse](./recogn-parse.md) > [Recognizer](./recogn-parse.recognizer.md) > [removeByName](./recogn-parse.recognizer.removebyname.md)
## Recognizer.removeByName() method
移除指定名字的鉴定者
**Signature:**
```typescript
removeByName(name: string[] | string): boolean;
```
## Parameters
<table><thead><tr><th>
Parameter
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
name
</td><td>
string\[\] \| string
</td><td>
鉴定者的名字
</td></tr>
</tbody></table>
**Returns:**
boolean
返回值表示 是否移除成功