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