speechLibraryInitialized

Typemessage
Dictionarynative.speech
LibrarySpeech Library
Syntax
speechLibraryInitialized <pSuccess>
Associationscom.livecode.library.native.speech
Summary

Sent when the library initialization completes.

OSmac, ios, android
Platformsdesktop, mobile
Parameters
NameTypeDescription
pSuccess

Boolean indicating if the library initialization was successful.

Example
on preOpenStack
    speechInitializeLibrary
end preOpenStack

on speechLibraryInitialized pSuccess
    speechSpeakUtterance "Ready"
end speechLibraryInitialized
Description

The speechLibraryInitialized message is sent to the object that called the speechInitializeLibrary command when library initialization is complete.