the character string you want to detect the language from.
api_key
your API key.
Value
Returns a data.frame with the detected languages, in descending order of probability. Values are : language_code, language_name, probability (length of the provided query text and how well it is identified as a language), percentage (confidence margin between multiple matches), and reliable_result (whether or not the API is completely confident about the main match).
Details
Takes a character string, returns a data.frame with the available values.