Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AlignChar ¶
type AlignChar struct {
AudioFile string
LineId int64
LineRef string // e.g. GEN 1:3-5a or GEN 1 or GEN 1:49-2:1
WordId int64 // WordSeq, Word could be added
Word string
CharId int64
CharSeq int
Uroman rune
BeginTS float64
EndTS float64
FAScore float64
IsASR bool
Duration float64
Silence float64
SilencePos int
ScoreError int
SilenceLong int
}
type LogicalKey ¶
type Publish ¶
type Publish struct {
BookId string
ChapterNum int
Page int
Paragraph int
Sentence int
// contains filtered or unexported fields
}
func NewPublish ¶
func (Publish) Description ¶
func (Publish) IsLogicalKey ¶
func (p Publish) IsLogicalKey()
type VerseRef ¶
type VerseRef struct {
BookId string `json:"book_id"`
ChapterNum int `json:"chapter_num"`
VerseStr string `json:"verse_str"`
ChapterEnd int `json:"chapter_end"`
VerseEnd string `json:"verse_end"`
}
func NewVerseRef ¶
func (VerseRef) Description ¶
func (VerseRef) IsLogicalKey ¶
func (r VerseRef) IsLogicalKey()
Click to show internal directories.
Click to hide internal directories.