https://github.com/toyama0919/embulk-filter-azure_translator_api
Azure Translator Api filter plugin for Embulk
https://github.com/toyama0919/embulk-filter-azure_translator_api
Last synced: 2 months ago
JSON representation
Azure Translator Api filter plugin for Embulk
- Host: GitHub
- URL: https://github.com/toyama0919/embulk-filter-azure_translator_api
- Owner: toyama0919
- License: mit
- Created: 2017-01-26T04:12:05.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-26T04:56:33.000Z (over 8 years ago)
- Last Synced: 2025-02-19T01:03:29.317Z (3 months ago)
- Language: Ruby
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Azure Translator Api filter plugin for Embulk
Write short description here and embulk-filter-azure_translator_api.gemspec file.
## Documentation
* [seamlessly](https://www.microsoft.com/cognitive-services/en-us/translator-api/documentation/Text/overview)
* [Microsoft Cognitive Services](http://docs.microsofttranslator.com/text-translate.html)## Overview
* **Plugin type**: filter
## Configuration
- **api_type**: api_type (string),
- **out_key_name_suffix**: out_key_name_suffix (string),
- **key_names**: key_names (array),
- **params**: params (hash, default: {}),
- **delay**: delay (integer, default: 0),
- **subscription_key**: subscription_key (string),
- **content_type**: content_type (string, default: nil),
- **category**: category (string, default: nil),
- **to**: to (string),
- **from**: from (string, default: nil)## Example
```yaml
filters:
- type: azure_translator_api
key_names:
- string_column
- string_column2
out_key_name_suffix: translated
subscription_key: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
api_type: Translate
to: ja
```## Build
```
$ rake
```