[[["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-05-08 UTC."],[],[],null,["# MediaPipeTasksText Framework Reference\n\nLanguageDetectorResult\n======================\n\n class LanguageDetectorResult : ../Classes/TaskResult.html\n\nRepresents the results generated by [LanguageDetector](../Classes/LanguageDetector.html). \\*\n- `\n ``\n ``\n `\n\n ### [languagePredictions](#/c:objc(cs)MPPLanguageDetectorResult(py)languagePredictions)\n\n `\n ` \n A list of language predictions. \n\n #### Declaration\n\n Swift \n\n var languagePredictions: [../Classes/LanguagePrediction.html] { get }\n\n- `\n ``\n ``\n `\n\n ### [init(languagePredictions:timestampInMilliseconds:)](#/c:objc(cs)MPPLanguageDetectorResult(im)initWithLanguagePredictions:timestampInMilliseconds:)\n\n `\n ` \n Initializes a new `LanguageDetectorResult` with the given array of language predictions and\n timestamp (in milliseconds). \n\n #### Declaration\n\n Swift \n\n init(languagePredictions: [../Classes/LanguagePrediction.html], timestampInMilliseconds: Int)\n\n #### Parameters\n\n |---------------------------------|---------------------------------------------------|\n | ` `*languagePrediction*` ` | The array of language predictions in this result. |\n | ` `*timestampInMilliseconds*` ` | The timestamp (in milliseconds) for this result. |\n\n #### Return Value\n\n An instance of `LanguageDetectorResult` initialized with the given array of language\n predictions and timestamp (in milliseconds).\n- `\n ``\n ``\n `\n\n ### [-initWithTimestampInMilliseconds:](#/c:objc(cs)MPPLanguageDetectorResult(im)initWithTimestampInMilliseconds:)\n\n `\n ` \n Undocumented\n- `\n ``\n ``\n `\n\n ### [-init](#/c:objc(cs)MPPLanguageDetectorResult(im)init)\n\n `\n ` \n Undocumented\n- `\n ``\n ``\n `\n\n ### [+new](#/c:objc(cs)MPPLanguageDetectorResult(cm)new)\n\n `\n ` \n Undocumented"]]