Represents the embedding results generated by AudioEmbedder
.
Public Constructors
Public Methods
abstract List<EmbeddingResult> |
embeddingResults()
A list of of timpstamped
EmbeddingResult objects, each contains one set of results per
embedder head. |
abstract long |
timestampMs()
Returns the timestamp that is associated with the task result object.
|
Inherited Methods
Public Constructors
public AudioEmbedderResult ()
Public Methods
public abstract List<EmbeddingResult> embeddingResults ()
A list of of timpstamped EmbeddingResult
objects, each contains one set of results per
embedder head.
In the "audio stream" mode, the list only contains one element, representing the embedding
result of the audio block that starts at ERROR(/EmbeddingResult.timestampMs)
in the audio
stream. Otherwise, in the "audio clips" mode, the list may include multiple EmbeddingResult
objects, each contains the embedding of an interval of the entire audio clip
that starts at ERROR(/EmbeddingResult.timestampMs)
.
public abstract long timestampMs ()
Returns the timestamp that is associated with the task result object.