ImageEmbedderResult
class ImageEmbedderResult : TaskResultRepresents the embedding results generated by ImageEmbedder. *
- 
                  
                  The MPPEmbedderResultinstance containing one embedding per embedder head. *DeclarationSwift var embeddingResult: EmbeddingResult { get }
- 
                  
                  Initializes a new ImageEmbedderResultwith the givenMPPEmbeddingResultand timestamp (in milliseconds).DeclarationSwift init(embeddingResult: EmbeddingResult?, timestampInMilliseconds: Int)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 
- 
                  
                  Undocumented