MPPImageEmbedderResult
@interface MPPImageEmbedderResult : MPPTaskResultRepresents the embedding results generated by ImageEmbedder. *
-
The
MPPEmbedderResultinstance containing one embedding per embedder head. *Declaration
Objective-C
@property (nonatomic, readonly) MPPEmbeddingResult *_Nonnull embeddingResult; -
Initializes a new
ImageEmbedderResultwith the givenMPPEmbeddingResultand timestamp (in milliseconds).Declaration
Objective-C
- (nonnull instancetype) initWithEmbeddingResult:(nullable MPPEmbeddingResult *)embeddingResult timestampInMilliseconds:(NSInteger)timestampInMilliseconds;Parameters
embeddingResultThe
EmbeddingResultinstance containing one set of results per classifier head.timestampInMillisecondsThe timestamp (in millisecondss) for this result.
Return Value
An instance of
ImageEmbedderResultinitialized with the givenMPPEmbeddingResultand timestamp (in milliseconds). -
Undocumented
Declaration
Objective-C
- (instancetype)init NS_UNAVAILABLE; -
Undocumented
Declaration
Objective-C
+ (instancetype)new NS_UNAVAILABLE;