Learn R Programming

sonicscrewdriver (version 0.0.7)

gs_transcribe: Google Speech API Transcribe

Description

Wrapper around various Google packages to simplify speech transcription.

Usage

gs_transcribe(filename, bucket = NULL, ...)

Value

A gs_transcribe object containing details of the transcription

Arguments

filename

Path to file for analysis

bucket

Storage bucket on Google Cloud for larger files

...

Additional arguments to pass to gl_speech()

Examples

Run this code
if (FALSE) {
gs_transcribe("demo.wav")
}

Run the code above in your browser using DataLab