Home
last modified time | relevance | path

Searched refs:credentials_json (Results 1 – 12 of 12) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/tools/blinkpy/w3c/
H A Dcommon.py33 def read_credentials(host, credentials_json): argument
48 if not credentials_json:
50 if not host.filesystem.exists(credentials_json):
51 _log.warning('Credentials JSON file not found at %s.', credentials_json)
54 contents = json.loads(host.filesystem.read_text_file(credentials_json))
H A Dpr_cleanup_tool.py27 credentials = read_credentials(self.host, options.credentials_json)
H A Dtest_exporter.py52 credentials = read_credentials(self.host, options.credentials_json)
H A Dtest_importer.py96 credentials = read_credentials(self.host, options.credentials_json)
/dports/net-im/prosody-modules/Community-Modules-bb8459c220c9/mod_aws_profile/
H A Dmod_aws_profile.lua10 …54.169.254/latest/meta-data/iam/security-credentials/"..role_name, nil, function (credentials_json)
11 local credentials = credentials_json and json.decode(credentials_json);
/dports/audio/py-speechrecognition/speech_recognition-3.8.1/examples/
H A Dspecial_recognizer_features.py41 …print(r.recognize_google_cloud(audio_fr, credentials_json=GOOGLE_CLOUD_SPEECH_CREDENTIALS, preferr…
42 …print(r.recognize_google_cloud(audio_fr, credentials_json=GOOGLE_CLOUD_SPEECH_CREDENTIALS, preferr…
H A Dmicrophone_recognition.py35 …print("Google Cloud Speech thinks you said " + r.recognize_google_cloud(audio, credentials_json=GO…
H A Daudio_transcribe.py38 …print("Google Cloud Speech thinks you said " + r.recognize_google_cloud(audio, credentials_json=GO…
H A Dextended_results.py43 …pprint(r.recognize_google_cloud(audio, credentials_json=GOOGLE_CLOUD_SPEECH_CREDENTIALS, show_all=…
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/tools/remote_build/
H A DREADME.md35 bazel --bazelrc=tools/remote_build/windows.bazelrc build :all [--credentials_json=(path to service …
/dports/audio/py-speechrecognition/speech_recognition-3.8.1/speech_recognition/
H A D__init__.py869 …def recognize_google_cloud(self, audio_data, credentials_json=None, language="en-US", preferred_ph… argument
884 if credentials_json is not None:
885 try: json.loads(credentials_json)
909 if credentials_json is None:
914 f.write(credentials_json)
/dports/audio/py-speechrecognition/speech_recognition-3.8.1/reference/
H A Dlibrary-reference.rst211 ``recognizer_instance.recognize_google_cloud(audio_data: AudioData, credentials_json: Union[str, No…
216 …I credentials. The text content of this JSON file is specified by ``credentials_json``. If not spe…