Gets serial operations to insert SpeakOptions
const serialOperations = await getSpeakOptionsInsertSerialOperations({ deep, speakOptions: { value: "Hello world", language: "en" }});await deep.serial({ operations: serialOperations}) Copy
const serialOperations = await getSpeakOptionsInsertSerialOperations({ deep, speakOptions: { value: "Hello world", language: "en" }});await deep.serial({ operations: serialOperations})
Gets serial operations to insert SpeakOptions