Skip to main content

viva review saas sdk

Project description

趣维审核

视频审核

from review_saas.video_review import Video

video_review = Video(client_id, toke)
flag,msg = video_review.review(视频编号,视频播放地址,业务码, 视频时长, 用户id)
if not flag:
    print(msg)

图片审核

from review_saas.img_review import ImgReview

img_review = ImgReview(client_id,token)
flag,msg = img_review.review(video_id: int, secret_id: str, user_id: str, img_list: List, video_url: str = '')
if not flag:
    print(msg)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

viva-review-saas-0.0.1.tar.gz (1.5 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page