YandexTranslate

GRATUITO
Por Igor Zakutynsky | Atualizado 4 days ago | Translation
Popularidade

1.4 / 10

Latência

127,258ms

Nível de serviço

0%

Health Check

N/A

LEIA-ME

YandexTranslate Package

The API provides access to the Yandex online machine translation service. It supports more than 70 languages and can translate separate words or complete texts. The API makes it possible to embed Yandex.Translate in a mobile app or web service for end users. Or translate large quantities of text, such as technical documentation.

How to get credentials:

  1. Navigate to developers page
  2. Add new API key.

Custom datatypes:

Datatype Description Example
Datepicker String which includes date and time
Map String which includes latitude and longitude coma separated
List Simple array
Select String with predefined values
Array Array of objects

YandexTranslate.getSupportedLanguages

Gets a list of translation directions supported by the service.

Field Type Description
apiKey credentials Your yandex api key.
ui String In the response, supported languages are listed in the langs field with the definitions of the language codes. Language names are output in the language corresponding to the code in this parameter.

YandexTranslate.detectLanguage

Detects the language of the specified text.

Field Type Description
apiKey credentials Your yandex api key.
text String The text to detect the language for.
hint String A list of the most likely languages (they will be given preference when detecting the text language). Use the comma as a separator.

YandexTranslate.translate

Translates text to the specified language.

Field Type Description
apiKey credentials Your yandex api key.
text String The text to translate.
lang String The translation direction. You can set it in either of the following ways: 1. As a pair of language codes separated by a hyphen (from-to). For example, en-ru indicates translating from English to Russian. 2. As the target language code (for example, ru). In this case, the service tries to detect the source language automatically.
format String Text format. Possible values: plain - Text without markup (default value). html - Text in HTML format.
options String The only option available at this time is whether the response should include the automatically detected language of the text being translated. This corresponds to the value 1 for this parameter. If the language of the text being translated is defined explicitly, meaning the lang parameter is set as a pair of codes, the first code defines the source language. This means that the options parameter does not allow switching to automatic language detection. However, it does allow you to understand whether the source language was defined correctly in the lang parameter.
Seguidores: 45
Recursos:
Site do produto
API Creator:
Rapid account: Igor Zakutynsky
Igor Zakutynsky
zakutynsky
Efetuar login para classificar API
Avaliação: 5 - Votos: 1