Committed by
GitHub
Fix SetGraph in OnlineCtcFstDecoderConfig Java API (#2411)
正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -32,7 +32,7 @@ public class OnlineCtcFstDecoderConfig { | @@ -32,7 +32,7 @@ public class OnlineCtcFstDecoderConfig { | ||
| 32 | } | 32 | } |
| 33 | 33 | ||
| 34 | public Builder setGraph(String model) { | 34 | public Builder setGraph(String model) { |
| 35 | - this.graph = graph; | 35 | + this.graph = model; |
| 36 | return this; | 36 | return this; |
| 37 | } | 37 | } |
| 38 | 38 |
-
请 注册 或 登录 后发表评论