MCPcopy 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)]
109pub struct Pronounce {
110 text: String, // plain text
111 ipa: String, // ipa
112 sapi5: String,
113 eloquence: String,
114}
115
116
117impl fmt::Display for Pronounce {

Callers 1

buildMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected