Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release: 0.0.4 #9

Merged
merged 1 commit into from
Mar 7, 2024
Merged

release: 0.0.4 #9

merged 1 commit into from
Mar 7, 2024

Conversation

0xrohitgarg
Copy link
Collaborator

@0xrohitgarg 0xrohitgarg commented Mar 7, 2024

Release 0.0.4

Added

  • Image class
    • Upload image using Collection.upload()
    • Get an image using Collection.getImage()
    • Get all images using Colection.getImages()
    • Delete image using Collection.deleteImage() or Image.delete()
  • ImageAsset class
    • Create a ImageAsset using ImageAsset() class
    • Overlay ImageAsset in timeline using Timeline.addOverlay()
  • TextAsset & TextStyle class
    • Create a TextAsset using TextAsset() class
    • Configure styling of TextAsset using TextStyle()
  • SubtitleStyle
    • Configure subtitle styling by passing a SubtitleStyle in Video.addSubtitle()
  • Keyword Search
    Search using Keyword in Video using Video.search() (pass searchType = "keyword")

Note: Collection Keyword Search is not available

Changed

  • Video.index() -> Video.indexSpokenWords()
  • param type -> searchType in Video.search()
  • param type -> searchType in Collection.search()

Fixed

  • Pass undefined params as null to VideoDB Server API

@0xrohitgarg 0xrohitgarg merged commit 0df7c74 into main Mar 7, 2024
@0xrohitgarg 0xrohitgarg deleted the release-0.0.4 branch March 9, 2024 05:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant