Class SPXSpeechSynthesisBookmarkEventArgs
Declaration
@class SPXSpeechSynthesisBookmarkEventArgs : NSObject;
Description
Defines the payload of speech synthesis bookmark event.
Added in version 1.16.0
Properties
resultId
@property (readonly, copy, atomic) NSString * _Nonnull resultId;
The result identifier.
Added in version 1.25.0
audioOffset
@property (readonly, atomic) uint64_t audioOffset;
Audio offset of current bookmark, in ticks (100 nanoseconds).
text
@property (readonly, copy, atomic) NSString * _Nonnull text;
The bookmark text.