translate_list_languages: Provides a list of languages (RFC-5646 codes and names) that...

View source: R/translate_operations.R

translate_list_languagesR Documentation

Provides a list of languages (RFC-5646 codes and names) that Amazon Translate supports

Description

Provides a list of languages (RFC-5646 codes and names) that Amazon Translate supports.

See https://www.paws-r-sdk.com/docs/translate_list_languages/ for full documentation.

Usage

translate_list_languages(
  DisplayLanguageCode = NULL,
  NextToken = NULL,
  MaxResults = NULL
)

Arguments

DisplayLanguageCode

The language code for the language to use to display the language names in the response. The language code is en by default.

NextToken

Include the NextToken value to fetch the next group of supported languages.

MaxResults

The maximum number of results to return in each response.


paws.machine.learning documentation built on Sept. 12, 2023, 1:14 a.m.