abstract fun removePhrases(phrasesToRemove: MutableList<Phrase!>!): Future<Void!>!
Remove the given Phrases from the EditablePhraseSet. If a phrase is not present in the EditablePhraseSet, it will be ignored. This updates the phrases property.
phrasesToRemove
- MutableList<Phrase!>!: The list of Phrases to remove.
Since
1