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