From fa9ec901869a5c47b3a4271f7e8ca6d302462496 Mon Sep 17 00:00:00 2001 From: Prianka Liz Kariat Date: Fri, 6 Jan 2023 13:32:27 +0530 Subject: [PATCH] Removed extra space between param comments --- .../tasks/ios/components/containers/sources/MPPCategory.h | 3 --- .../components/containers/sources/MPPClassificationResult.h | 1 - mediapipe/tasks/ios/core/sources/MPPTaskRunner.h | 1 - .../tasks/ios/text/text_classifier/sources/MPPTextClassifier.h | 3 --- .../ios/text/text_classifier/sources/MPPTextClassifierResult.h | 1 - 5 files changed, 9 deletions(-) diff --git a/mediapipe/tasks/ios/components/containers/sources/MPPCategory.h b/mediapipe/tasks/ios/components/containers/sources/MPPCategory.h index 31725983a..bb5526dc4 100644 --- a/mediapipe/tasks/ios/components/containers/sources/MPPCategory.h +++ b/mediapipe/tasks/ios/components/containers/sources/MPPCategory.h @@ -47,11 +47,8 @@ NS_SWIFT_NAME(ClassificationCategory) * Initializes a new `MPPCategory` with the given index, score, category name and display name. * * @param index The index of the label in the corresponding label file. - * * @param score The probability score of this label category. - * * @param categoryName The label of this category object. - * * @param displayName The display name of the label. * * @return An instance of `MPPCategory` initialized with the given index, score, category name and diff --git a/mediapipe/tasks/ios/components/containers/sources/MPPClassificationResult.h b/mediapipe/tasks/ios/components/containers/sources/MPPClassificationResult.h index 65efc7dbb..1b2f79ecc 100644 --- a/mediapipe/tasks/ios/components/containers/sources/MPPClassificationResult.h +++ b/mediapipe/tasks/ios/components/containers/sources/MPPClassificationResult.h @@ -103,7 +103,6 @@ NS_SWIFT_NAME(ClassificationResult) * * @param classifications An Array of `MPPClassifications` objects containing the predicted * categories for each head of the model. - * * @param timeStampMs The timestamp (in milliseconds) of the start of the chunk of data * corresponding to these results. * diff --git a/mediapipe/tasks/ios/core/sources/MPPTaskRunner.h b/mediapipe/tasks/ios/core/sources/MPPTaskRunner.h index 97255234f..31a867988 100644 --- a/mediapipe/tasks/ios/core/sources/MPPTaskRunner.h +++ b/mediapipe/tasks/ios/core/sources/MPPTaskRunner.h @@ -50,7 +50,6 @@ NS_ASSUME_NONNULL_BEGIN * asynchronous modes of operation. * * @param graphConfig A mediapipe task graph config proto. - * * @param packetsCallback An optional C++ callback function that takes a list of output packets as * the input argument. If provided, the callback must in turn call the block provided by the user in * the appropriate task options. diff --git a/mediapipe/tasks/ios/text/text_classifier/sources/MPPTextClassifier.h b/mediapipe/tasks/ios/text/text_classifier/sources/MPPTextClassifier.h index ee6f25100..813311fc2 100644 --- a/mediapipe/tasks/ios/text/text_classifier/sources/MPPTextClassifier.h +++ b/mediapipe/tasks/ios/text/text_classifier/sources/MPPTextClassifier.h @@ -58,7 +58,6 @@ NS_SWIFT_NAME(TextClassifier) * file stored locally on the device and the default `MPPTextClassifierOptions`. * * @param modelPath An absolute path to a TensorFlow Lite model file stored locally on the device. - * * @param error An optional error parameter populated when there is an error in initializing * the text classifier. * @@ -72,7 +71,6 @@ NS_SWIFT_NAME(TextClassifier) * * @param options The options of type `MPPTextClassifierOptions` to use for configuring the * `MPPTextClassifier`. - * * @param error An optional error parameter populated when there is an error in initializing * the text classifier. * @@ -85,7 +83,6 @@ NS_SWIFT_NAME(TextClassifier) * Performs classification on the input text. * * @param text The `NSString` on which classification is to be performed. - * * @param error An optional error parameter populated when there is an error in performing * classification on the input text. * diff --git a/mediapipe/tasks/ios/text/text_classifier/sources/MPPTextClassifierResult.h b/mediapipe/tasks/ios/text/text_classifier/sources/MPPTextClassifierResult.h index 6926757e4..15522fca1 100644 --- a/mediapipe/tasks/ios/text/text_classifier/sources/MPPTextClassifierResult.h +++ b/mediapipe/tasks/ios/text/text_classifier/sources/MPPTextClassifierResult.h @@ -31,7 +31,6 @@ NS_SWIFT_NAME(TextClassifierResult) * * @param classificationResult The `MPPClassificationResult` instance containing one set of results * per classifier head. - * * @param timeStampMs The time stamp for this result. * * @return An instance of `MPPTextClassifierResult` initialized with the given