/OpenCvFunction

Cloud Function を Cloud Storage トリガーで発火させOpenCVでよしなに処理する

Primary LanguageC#

Deploy Command

gcloud functions deploy image-annotator   --runtime dotnet3   --trigger-event google.storage.object.finalize   --trigger-resource [bucket-name]   --entry-point=StorageImageAnnotator.Function --allow-unauthenticatedu

Reference

Sample

gcloud Command

Runtime

https://cloud.google.com/functions/docs/concepts/execution-environment?hl=ja#runtimes

Test

https://cloud.google.com/functions/docs/testing/test-event?hl=ja#storage-triggered_functions

Meta Data