BingLingGroup / autosub

Command-line utility to transcribe/translate from video/audio/subtitles to subtitles
GNU General Public License v2.0
1.97k stars 243 forks source link

where are app_id,api_secret and app_key fields? #193

Closed gtoto007 closed 2 years ago

gtoto007 commented 2 years ago

I want to custom speech-config.json file to introduce the parameter enable_word_time_offsets

{
    "enable_word_time_offsets": true,
    "language_code": "en",
    "app_id": "***",
    "api_secret": "***",
    "api_key": "***"
}

but I didn't found the app_id, api_secret and api_key in cloud google platform. I can only generate the api_key. Where can I find these information?

BingLingGroup commented 2 years ago

142