package parser type Parser interface { Recognize() Transcribe() }