transcript_file_format.structs.word package#
Submodules#
transcript_file_format.structs.word.word module#
- class transcript_file_format.structs.word.word.Word(start_time: float, end_time: float, text: str, annotations: WordAnnotations | None = None)[source]#
Bases:
Struct
- annotations: WordAnnotations | None#
- end_time: float#
- start_time: float#
- text: str#
transcript_file_format.structs.word.word_annotations module#
- class transcript_file_format.structs.word.word_annotations.WordAnnotations(meta: dict[str, str | int | float | bool | dict | list | None] | None = None, custom: dict[str, str | int | float | bool | dict | list | None] | None = None)[source]#
Bases:
Struct
- custom: dict[str, str | int | float | bool | dict | list | None] | None#
- meta: dict[str, str | int | float | bool | dict | list | None] | None#
Module contents#
Word structures package for transcript_file_format.