Versions in this module Expand all Collapse all v1 v1.0.0 Aug 27, 2024 Changes in this version + func DeleteFromGCS(ctx context.Context, client *storage.Client, bucket, objectName string) error + func ExtractTranscript(resp *speechpb.LongRunningRecognizeResponse) string + func NewRecognitionRequest(opts common.TranscribeOptions, audioInfo *speechpb.RecognitionConfig, ...) *speechpb.LongRunningRecognizeRequest + func NewSpeechClient(ctx context.Context, opts common.TranscribeOptions) (*speech.Client, error) + func NewStorageClient(ctx context.Context, opts common.TranscribeOptions) (*storage.Client, error) + func UploadToGCS(ctx context.Context, client *storage.Client, bucket, filename string) (string, error)