An open API service indexing awesome lists of open source software.

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

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
```