Summarizes text and returns the summary.
text
@override Future<String> summarize(String text) { return hostApi.summarize(text); }