Skip to main content

Official Python client for the Video To Text API

Project description

video-to-text-python

Official Python client for the Video To Text API.

Installation

pip install video-to-text-python

Quick Start

import os
from pathlib import Path

from video_to_text import VideoToTextClient

client = VideoToTextClient(api_key=os.environ["VTT_API_KEY"])

task = client.transcriptions.transcribe_file(
    Path("meeting.mp4"),
    transcription_mode="balanced",
)

print(task.status, task.full_text, task.billed_credits)

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

video_to_text_python-1.0.0.tar.gz (8.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

video_to_text_python-1.0.0-py3-none-any.whl (10.1 kB view details)

Uploaded Python 3

File details

Details for the file video_to_text_python-1.0.0.tar.gz.

File metadata

  • Download URL: video_to_text_python-1.0.0.tar.gz
  • Upload date:
  • Size: 8.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.3

File hashes

Hashes for video_to_text_python-1.0.0.tar.gz
Algorithm Hash digest
SHA256 aa3de0a7afdc923b20fdd4b88c70e849ed20db0d04d346c8586108e609d22db6
MD5 e88021327baef2e38f9fc48413890ee3
BLAKE2b-256 0341840e8d9f0debe74ea74c2980ad9684ee694935299db8a458a96290edbf2b

See more details on using hashes here.

File details

Details for the file video_to_text_python-1.0.0-py3-none-any.whl.

File metadata

File hashes

Hashes for video_to_text_python-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 ab0865ba0bdea5bbec79b4654a39298e70f7a164046a2227cfd9a1d62493ebc7
MD5 f6d1312147696b83854c2ccb7d8e833c
BLAKE2b-256 08e86954a2dac003efa66c73c5f2baaf1c0121d5f662427dc00fe632737d4bc6

See more details on using hashes here.

Supported by

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