Skip to content

Release v0.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Mar 08:00
· 6 commits to main since this release
ccb4b75

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 (pass searchType = "scene")

Note: Collection Scene Search is not available

Changed

  • Deprecate TextStyle with TextStyleProps
    • Instead of a accepting Instance of TextStyle class, TextAsset now accepts an object of type Partial<TextStyleProps>
  • Deprecate SubtitleStyle with SubtitleStyleProps
    • Instead of a accepting Instance of SubtitleStyle class, Video.addSubtitle now accepts an object of type Partial<SubtitleStyleProps>
  • Deprecate indexType param in Video.indexSpokenWords()