Contents

unableToIdentifyLanguage

The framework can’t identify the source language automatically.

Declaration

static let unableToIdentifyLanguage: TranslationError

Discussion

The framework throws this error when you call prepareTranslation() without specifying the source language, or when using status(for:to:) and it can’t automatically identify the source language of the sample text you pass in.

See Also

Handling general errors