https://github.com/bb-io/amazontranslate
https://github.com/bb-io/amazontranslate
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bb-io/amazontranslate
- Owner: bb-io
- License: mit
- Created: 2023-06-26T15:42:23.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-28T17:04:12.000Z (over 2 years ago)
- Last Synced: 2024-02-29T13:01:30.903Z (over 2 years ago)
- Language: C#
- Size: 90.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Blackbird.io Amazon Translate
Blackbird is the new automation backbone for the language technology industry. Blackbird provides enterprise-scale automation and orchestration with a simple no-code/low-code platform. Blackbird enables ambitious organizations to identify, vet and automate as many processes as possible. Not just localization workflows, but any business and IT process. This repository represents an application that is deployable on Blackbird and usable inside the workflow editor.
## Introduction
Amazon Translate is a neural machine translation service that provides fast, high-quality language translation for various applications. It supports dozens of languages, allowing businesses to easily translate large volumes of text efficiently and integrate real-time translation into their websites, applications, and content workflows. The service is commonly used for translating customer communications, website localization, and multilingual data processing.
## Before setting up
Before you can connect you need to make sure that:
- You have a **Amazon** account and you have the credentials to access it.
- You have the `Access key` and `Access secret` for your Amazon Translate account.
You can find how to get the `Access key` and `Access secret` [here](https://support.promax.com/knowledge/amazon-s3).
## Connecting
1. Navigate to Apps, and identify the **Amazon Translate** app. You can use search to find it.
2. Click _Add Connection_.
3. Name your connection for future reference e.g. 'My X connection'.
4. Enter the `Access key`, `Access secret` and select a `Region` for your Amazon Translate account.
5. Click _Connect_.
6. Verify that connection was added successfully.

## Actions
### Job
- **Start job** Start a translation job
- **Get translation job** Describe a specific translation job
- **Stop translation job** Stop a specific translation job
### ParallelData
- **Create parallel data** Creates a parallel data resource in Amazon Translate
- **Get parallel data** Provides information about a parallel data resource
- **Update parallel data** Updates a previously created parallel data resource
- **Delete parallel data** Deletes a parallel data resource in Amazon Translate
### Terminology
- **Import terminology** Creates or updates a custom terminology
- **Import glossary** Creates or updates a custom terminology
- **Export glossary** Export a custom terminology
- **Delete terminology** Retrieves a custom terminology
### Translate
- **Translate** Translate a simple text string
- **Translate document** Translate a file
## Feedback
Do you want to use this app or do you have feedback on our implementation? Reach out to us using the [established channels](https://www.blackbird.io/) or create an issue.