Release v0.1.0
Added
- Scene Search
- Index Videos on Scene using
Video.indexScenes()
- Get Scenes Data using
Video.getScenes()
- Search in Video using
Video.search()
on basis of scenes (passsearchType
="scene"
)
- Index Videos on Scene using
Note: Collection Scene Search is not available
Changed
- Deprecate
TextStyle
withTextStyleProps
- Instead of a accepting Instance of
TextStyle
class,TextAsset
now accepts an object of typePartial<TextStyleProps>
- Instead of a accepting Instance of
- Deprecate
SubtitleStyle
withSubtitleStyleProps
- Instead of a accepting Instance of
SubtitleStyle
class,Video.addSubtitle
now accepts an object of typePartial<SubtitleStyleProps>
- Instead of a accepting Instance of
- Deprecate
indexType
param inVideo.indexSpokenWords()