amazonaws.com – translate
Provides translation of the input content from the source language to the target language.
- Homepage
- https://api.apis.guru/v2/specs/amazonaws.com:translate/2017-07-01.json
- Provider
- amazonaws.com:translate / translate
- OpenAPI version
- 3.0.0
- Spec (JSON)
- https://api.apis.guru/v2/specs/amazonaws.com/translate/2017-07-01/openapi.json
- Spec (YAML)
- https://api.apis.guru/v2/specs/amazonaws.com/translate/2017-07-01/openapi.yaml
Tools (20)
Extracted live via the executor SDK.
-
xAmzTargetAwsShineFrontendService20170701CreateParallelData.createParallelDataCreates a parallel data resource in Amazon Translate by importing an input file from Amazon S3. Parallel data files contain examples that show how you want segments of text to be translated. By adding parallel data, you can influence the style, tone, and word choice in your translation output.
-
xAmzTargetAwsShineFrontendService20170701DeleteParallelData.deleteParallelDataDeletes a parallel data resource in Amazon Translate.
-
xAmzTargetAwsShineFrontendService20170701DeleteTerminology.deleteTerminologyA synchronous action that deletes a custom terminology.
-
xAmzTargetAwsShineFrontendService20170701DescribeTextTranslationJob.describeTextTranslationJobGets the properties associated with an asynchronous batch translation job including name, ID, status, source and target languages, input/output S3 buckets, and so on.
-
xAmzTargetAwsShineFrontendService20170701GetParallelData.getParallelDataProvides information about a parallel data resource.
-
xAmzTargetAwsShineFrontendService20170701GetTerminology.getTerminologyRetrieves a custom terminology.
-
xAmzTargetAwsShineFrontendService20170701ImportTerminology.importTerminologyCreates or updates a custom terminology, depending on whether one already exists for the given terminology name. Importing a terminology with the same name as an existing one will merge the terminologies based on the chosen merge strategy. The only supported merge strategy is OVERWRITE, where the imported terminology overwrites the existing terminology of the same name.
If you import a terminology that overwrites an existing one, the new terminology takes up to 10 minutes to fully propagate. After that, translations have access to the new terminology.
-
xAmzTargetAwsShineFrontendService20170701ListLanguages.listLanguagesProvides a list of languages (RFC-5646 codes and names) that Amazon Translate supports.
-
xAmzTargetAwsShineFrontendService20170701ListParallelData.listParallelDataProvides a list of your parallel data resources in Amazon Translate.
-
xAmzTargetAwsShineFrontendService20170701ListTagsForResource.listTagsForResourceLists all tags associated with a given Amazon Translate resource. For more information, see .
-
xAmzTargetAwsShineFrontendService20170701ListTerminologies.listTerminologiesProvides a list of custom terminologies associated with your account.
-
xAmzTargetAwsShineFrontendService20170701ListTextTranslationJobs.listTextTranslationJobsGets a list of the batch translation jobs that you have submitted.
-
xAmzTargetAwsShineFrontendService20170701StartTextTranslationJob.startTextTranslationJobStarts an asynchronous batch translation job. Use batch translation jobs to translate large volumes of text across multiple documents at once. For batch translation, you can input documents with different source languages (specify
autoas the source language). You can specify one or more target languages. Batch translation translates each input document into each of the target languages. For more information, see .Batch translation jobs can be described with the DescribeTextTranslationJob [blocked] operation, listed with the ListTextTranslationJobs [blocked] operation, and stopped with the StopTextTranslationJob [blocked] operation.
-
xAmzTargetAwsShineFrontendService20170701StopTextTranslationJob.stopTextTranslationJobStops an asynchronous batch translation job that is in progress.
If the job's state is
IN_PROGRESS, the job will be marked for termination and put into theSTOP_REQUESTEDstate. If the job completes before it can be stopped, it is put into theCOMPLETEDstate. Otherwise, the job is put into theSTOPPEDstate.Asynchronous batch translation jobs are started with the StartTextTranslationJob [blocked] operation. You can use the DescribeTextTranslationJob [blocked] or ListTextTranslationJobs [blocked] operations to get a batch translation job's
JobId. -
xAmzTargetAwsShineFrontendService20170701TagResource.tagResourceAssociates a specific tag with a resource. A tag is a key-value pair that adds as a metadata to a resource. For more information, see .
-
xAmzTargetAwsShineFrontendService20170701TranslateText.translateTextTranslates input text from the source language to the target language. For a list of available languages and language codes, see .
-
xAmzTargetAwsShineFrontendService20170701UntagResource.untagResourceRemoves a specific tag associated with an Amazon Translate resource. For more information, see .
-
xAmzTargetAwsShineFrontendService20170701UpdateParallelData.updateParallelDataUpdates a previously created parallel data resource by importing a new input file from Amazon S3.
-
openapi.previewSpecPreview an OpenAPI document before adding it as a source
-
openapi.addSourceAdd an OpenAPI source and register its operations as tools