Skip to content

Commit

Permalink
clarifying documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
silvanheller authored and faberf committed Jun 8, 2023
1 parent 539cdc5 commit 55a147b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
/**
* A {@link SegmentContainer} mainly serves two purposes:
* <p>
* During the offline phase, it is passed to an {@link Extractor}, and during the online phase, it is passed to a {@link Retriever}.
* During the offline phase, it is passed to an {@link Extractor} (and represents the media from which features are supposed to be extracted), and during the online phase, it is passed to a {@link Retriever} (and represents the query of a user).
*/
public interface SegmentContainer
extends IdProvider,
Expand Down

0 comments on commit 55a147b

Please sign in to comment.