Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/daisy/MathCAT
/ Pronounce
Class
Pronounce
src/tts.rs:109–114 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
107
108
#[derive(Debug, Clone)]
109
pub struct Pronounce {
110
text: String, // plain text
111
ipa: String, // ipa
112
sapi5: String,
113
eloquence: String,
114
}
115
116
117
impl fmt::Display for Pronounce {
Callers
1
build
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected