Interface KeywordCount
public interface KeywordCount
Stores the number of types a given keyword appeared in a response.
-
Method Summary
-
Method Details
-
keyword
String keyword()- Returns:
- The keyword.
-
count
int count()- Returns:
- The number of times the keyword appeared in a response.
-