MediaPipeTasksText Framework Reference
MPPLanguageDetectorResult
Represents the results generated by LanguageDetector
. *
-
A list of language predictions.
Declaration
Objective-C
@property (nonatomic, readonly) NSArray<MPPLanguagePrediction *> *_Nonnull languagePredictions;
-
Initializes a new LanguageDetectorResult
with the given array of language predictions and
timestamp (in milliseconds).
Declaration
Objective-C
- (nonnull instancetype)
initWithLanguagePredictions:
(nonnull NSArray<MPPLanguagePrediction *> *)languagePredictions
timestampInMilliseconds:(NSInteger)timestampInMilliseconds;
Parameters
languagePrediction
|
The array of language predictions in this result.
|
timestampInMilliseconds
|
The timestamp (in milliseconds) for this result.
|
Return Value
An instance of LanguageDetectorResult
initialized with the given array of language
predictions and timestamp (in milliseconds).
-
Declaration
Objective-C
- (instancetype)initWithTimestampInMilliseconds:(NSInteger)timestampInMilliseconds NS_UNAVAILABLE;
-
Declaration
Objective-C
- (instancetype)init NS_UNAVAILABLE;
-
Declaration
Objective-C
+ (instancetype)new NS_UNAVAILABLE;
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-05-08 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-05-08 UTC."],[],[],null,["# MediaPipeTasksText Framework Reference\n\nMPPLanguageDetectorResult\n=========================\n\n\n @interface MPPLanguageDetectorResult : ../Classes/MPPTaskResult.html\n\nRepresents the results generated by `LanguageDetector`. \\*\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 Objective-C \n\n @property (nonatomic, readonly) NSArray\u003c../Classes/MPPLanguagePrediction.html *\u003e *_Nonnull languagePredictions;\n\n- `\n ``\n ``\n `\n\n ### [-initWithLanguagePredictions: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 Objective-C \n\n - (nonnull instancetype)\n initWithLanguagePredictions:\n (nonnull NSArray\u003c../Classes/MPPLanguagePrediction.html *\u003e *)languagePredictions\n timestampInMilliseconds:(NSInteger)timestampInMilliseconds;\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 #### Declaration\n\n Objective-C \n\n - (instancetype)initWithTimestampInMilliseconds:(NSInteger)timestampInMilliseconds NS_UNAVAILABLE;\n\n- `\n ``\n ``\n `\n\n ### [-init](#/c:objc(cs)MPPLanguageDetectorResult(im)init)\n\n `\n ` \n Undocumented \n\n #### Declaration\n\n Objective-C \n\n - (instancetype)init NS_UNAVAILABLE;\n\n- `\n ``\n ``\n `\n\n ### [+new](#/c:objc(cs)MPPLanguageDetectorResult(cm)new)\n\n `\n ` \n Undocumented \n\n #### Declaration\n\n Objective-C \n\n + (instancetype)new NS_UNAVAILABLE;"]]