-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathezcontent_smart_article.services.yml
38 lines (30 loc) · 1.47 KB
/
ezcontent_smart_article.services.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
services:
ezcontent_smart_article.companies_list:
class: Drupal\ezcontent_smart_article\CompaniesList
arguments: ['@config.factory', '@http_client', '@serialization.json', '@logger.factory']
ezcontent_smart_article.generate_summary:
class: Drupal\ezcontent_smart_article\GenerateSummary
arguments: ['@config.factory', '@http_client', '@serialization.json', '@logger.factory']
ezcontent_smart_article.event_subscriber:
class: Drupal\ezcontent_smart_article\EventSubscriber\SmartArticleCheckSubscriptionEvent
arguments: ['@config.factory']
tags:
- { name: event_subscriber }
plugin.manager.image_captioning:
class: Drupal\ezcontent_smart_article\EzcontentImageCaptioningManager
parent: default_plugin_manager
plugin.manager.image_tagging:
class: Drupal\ezcontent_smart_article\EzcontentImageTaggingManager
parent: default_plugin_manager
plugin.manager.text_tagging:
class: Drupal\ezcontent_smart_article\EzcontentTextTaggingManager
parent: default_plugin_manager
plugin.manager.ezcontent_text_to_speech:
class: Drupal\ezcontent_smart_article\EzcontentTextToSpeechManager
parent: default_plugin_manager
plugin.manager.ezcontent_speech_to_text:
class: Drupal\ezcontent_smart_article\EzcontentSpeechToTextManager
parent: default_plugin_manager
ezcontent_smart_article.generate_smarttags:
class: Drupal\ezcontent_smart_article\GenerateSmartTags
arguments: ['@config.factory', '@plugin.manager.text_tagging']