After doing some tests on the speech framework, I've realized that there was no punctuation in the result. Is there a way to trigger it? I've seen that Siri does recognize punctuation so I think it should be doable.
相关问题
- Can we recover audio from MFCC coefficients?
- Core Data lightweight migration crashes after App
- How can I implement password recovery in an iPhone
- State preservation and restoration strategies with
- “Zero out” sensitive String data in Swift
相关文章
- 现在使用swift开发ios应用好还是swift?
- UITableView dragging distance with UIRefreshContro
- How to embed Google Speech to Text API in Python p
- TCC __TCCAccessRequest_block_invoke
- Where does a host app handle NSExtensionContext#co
- Swift - hide pickerView after value selected
- How do you detect key up / key down events from a
- didBeginContact:(SKPhysicsContact *)contact not in
Usually punctuation is assigned as a separate post-processing step.
For English you can use Punctuator, for other languages you have to build models for post-processing, it would be a bit more complicated.