package model type YoudaoResponse struct { Query string `json:"query"` Translation []string `json:"translation"` Basic struct { Phonetic string `json:"phonetic"` UkPhonetic string `json:"uk-phonetic"` UsPhonetic string `json:"us-phonetic"` ExamType []string `json:"exam_type"` Wfs []struct { Wf struct { Name string `json:"name"` } `json:"wf"` Means []struct { Mean struct { Text string `json:"text"` } `json:"mean"` } `json:"means"` } `json:"wfs"` } `json:"basic"` SpeakUrl string `json:"speakUrl"` SpeakFile string `json:"speakFile"` Web []struct { Value []string `json:"value"` } `json:"web"` ErrorCode string `json:"errorCode"` }