SpeechSynthesisEventArgs Class

Definition

Defines contents of speech synthesis related event. Note: close() must be called in order to release underlying resources held by the object. Added in version 1.7.0

public class SpeechSynthesisEventArgs
Inheritance
java.lang.Object
AutoCloseable
SpeechSynthesisEventArgs

Methods

close()

Explicitly frees any external resource attached to the object

getResult()

Specifies the speech synthesis result.

Applies to