ImageEmbedderResult

public abstract class ImageEmbedderResult

Represents the embedding results generated by ImageEmbedder.

Public Constructors

Public Methods

abstract EmbeddingResult
embeddingResult()
Contains one embedding per embedder head.
abstract long
timestampMs()
Returns the timestamp that is associated with the task result object.

Inherited Methods

Public Constructors

public ImageEmbedderResult ()

Public Methods

public abstract EmbeddingResult embeddingResult ()

Contains one embedding per embedder head.

public abstract long timestampMs ()

Returns the timestamp that is associated with the task result object.