Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AsrResp ¶
type AsrResp struct { Segments []struct { Start float64 `json:"start"` End float64 `json:"end"` Text string `json:"text"` } `json:"segments"` }
func (*AsrResp) MakeContent ¶
func (*AsrResp) MakeContentWithTime ¶
Click to show internal directories.
Click to hide internal directories.