Updated comments
This commit is contained in:
		
							parent
							
								
									9ab0107584
								
							
						
					
					
						commit
						163b13d7de
					
				| 
						 | 
					@ -17,14 +17,14 @@
 | 
				
			||||||
NS_ASSUME_NONNULL_BEGIN
 | 
					NS_ASSUME_NONNULL_BEGIN
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/**
 | 
					/**
 | 
				
			||||||
 * MediaPipe Tasks options base class. Any MediaPipe task-specific options class should extend
 | 
					 * MediaPipe Tasks result base class. Any MediaPipe task result class should extend
 | 
				
			||||||
 * this class.
 | 
					 * this class.
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
NS_SWIFT_NAME(TaskResult)
 | 
					NS_SWIFT_NAME(TaskResult)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@interface MPPTaskResult : NSObject <NSCopying>
 | 
					@interface MPPTaskResult : NSObject <NSCopying>
 | 
				
			||||||
/**
 | 
					/**
 | 
				
			||||||
 * Base options for configuring the Mediapipe task.
 | 
					 * Timestamp that is associated with the task result object.
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
@property(nonatomic, assign, readonly) long timeStamp;
 | 
					@property(nonatomic, assign, readonly) long timeStamp;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user