MLKitLanguageID Framework Reference
Stay organized with collections
Save and categorize content based on your preferences.
Type Definitions
The following type definitions are available globally.
-
A block that handles a language identification result.
Declaration
Swift
typealias IdentifyLanguageCallback = (String?, Error?) -> Void
Parameters
languageTag
|
The identified language tag for the text, IdentifiedLanguage.undetermined if
no language was identified, or nil if there was an error.
|
error
|
|
-
A block that handles the result of identifying possible languages.
Declaration
Swift
typealias IdentifyPossibleLanguagesCallback = ([MLKIdentifiedLanguage]?, Error?) -> Void
Parameters
identifiedLanguages
|
The list of identified languages for the text, or nil in case of an
error. If no languages were identified, the result will consist of a single element with the
language IdentifiedLanguage.undetermined and confidence 1.
|
error
|
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-07-10 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-07-10 UTC."],[[["`IdentifyLanguageCallback` is a type definition for a block that handles the result of language identification, providing the identified language tag or an error."],["`IdentifyPossibleLanguagesCallback` is a type definition for a block that handles the result of identifying possible languages, providing a list of identified languages with their confidence scores or an error."]]],[]]