queryTextActions abstract method
Returns a Future that resolves to a List of ProcessTextActions containing all text processing actions available.
If there are no actions available, an empty list will be returned.
Implementation
Future<List<ProcessTextAction>> queryTextActions();