gs_transcribe: Google Speech API Transcribe

View source: R/googleSpeech.R

gs_transcribeR Documentation

Google Speech API Transcribe

Description

Wrapper around various Google packages to simplify speech transcription.

Usage

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

## Not run: 
gs_transcribe("demo.wav")

## End(Not run)


sonicscrewdriver documentation built on May 29, 2024, 3:39 a.m.