gs_transcribe: Google Speech API Transcribe

Description Usage Arguments Value Examples

View source: R/googleSpeech.R

Description

Wrapper around various Google packages to simplify speech transcription.

Usage

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

Arguments

filename

Path to file for analysis

bucket

Storage bucket on Google Cloud for larger files

...

Additional arguments to pass to gl_speech()

Value

A gs_transcribe object containing details of the transcription

Examples

1
2
3
4
## Not run: 
gs_transcribe("demo.wav")

## End(Not run)

sonicscrewdriver documentation built on May 2, 2021, 5:06 p.m.