Skip to content

yazanpro/aws-transcribe-to-vtt-.net

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aws-transcribe-to-vtt-.net

Convert the JSON returned from AWS Transcribe to WebVTT format

NuGet:

Install-Package AWSTranscriptToVTT.NET

Usage:

TranscriptToVTT.TranscriptToVTTManager.GetVTTFromAWSTranscribeJson

Parameters:

json (string): The JSON content to be processed

maxCharsPerCaption (int): The limit in which the length of the individual caption doesn't exceed (80 characters suggested)

maxTimePerCaption (TimeSpan): The limit in which the duration of the individual caption doesn't exceed (5 seconds suggested)

out transcript (string): The entire transcript in plain text

About

Convert the JSON returned from AWS Transcribe to WebVTT format in C#

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages