Represents the incremental output of a speech processor for a single
processed chunk of audio.
-
new_tokens
List of newly generated tokens in this chunk.
- Type:
List[str]
-
new_string
Concatenated string representation of the new tokens.
- Type:
str
-
deleted_tokens
List of tokens that were deleted/overwritten.
- Type:
List[str]
-
deleted_string
Concatenated string representation of the deleted tokens.
- Type:
str