Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FullResult ¶
type FullResult struct { Status int `json:"status"` SegmentStart float64 `json:"segment-start"` SegmentLength float64 `json:"segment-length"` TotalLength float64 `json:"total-length"` Result Result `json:"result,omitempty"` Segment int `json:"segment"` ID string `json:"id,omitempty"` OldUpdates []*ShortResult `json:"old-updates,omitempty"` }
type Hypothesis ¶
type Result ¶
type Result struct { Hypotheses []Hypothesis `json:"hypotheses"` Final bool `json:"final"` }
type ShortResult ¶ added in v0.2.0
Click to show internal directories.
Click to hide internal directories.