Родитель
0277fb372b
Коммит
95e4c93841
|
@ -1,7 +1,5 @@
|
|||
# wwwroot
|
||||
<sup>Use Case: Mass Ingestion of Electronic Documents</sup> <br>
|
||||
<sup>Created by Dan Grecoe, a Microsoft employee</sup>
|
||||
|
||||
<sup>Use Case: Mass Ingestion of Electronic Documents</sup> <br>
|
||||
|
||||
This directory contains the code for the Azure Functions that are required in the pipeline.
|
||||
|
||||
|
@ -14,4 +12,4 @@ host.json and extensions.csproj | These files are used by the Azure Function App
|
|||
\TranslationQueueTrigger | This function is triggered from the <i>translationqueue</i> Service Bus Queue that is populated from the ArticleIngestTrigger function. It processes the text of the article title and body.
|
||||
\OcrQueueTrigger | This function is triggered from the <i>ocrqueue</i> Service Bus Queue that is populated from the TranslationQueueTrigger function. It processes the images reading out any text found in the image and identifying objects.
|
||||
\FaceAPIQueueTrigger | This function is triggered from the <i>faceapiqueue</i> Service Bus Queue that is populated from the OcrQueueTrigger function. It processes the images finding faces and determining gender and age.
|
||||
\InspectionQueueTrigger | This function is triggered from the <i>translationqueue</i> Service Bus Queue that is populated from the FaceAPIQueueTrigger function. It processes the the results from the previous steps and does not forward any messages.
|
||||
\InspectionQueueTrigger | This function is triggered from the <i>translationqueue</i> Service Bus Queue that is populated from the FaceAPIQueueTrigger function. It processes the the results from the previous steps and does not forward any messages.
|
||||
|
|
Загрузка…
Ссылка в новой задаче