ReadonlycontentThe id of the content block referenced by this instance.
ReadonlyendThe end offset into the source contentBlock referenced.
ReadonlysrcDescribes how the ContentBlock string was modified into the text.value string intended for the SpeechSynthesis engine.
An example srcMap value is: "A0:7,D0:3,D9:2"
Add (offset, count): A
Delete (offset, count): D
Replace (offset, deleteCount, addCount): R
ReadonlystartThe start offset into the source contentBlock text referenced.
ReadonlyttsThe start offset into the mutated ttsRef.text.value where its content corresponds to this instance.
Describes how the TTS text was generated from a ContentBlock.