NewResultStrategy
public enum NewResultStrategy
Represents when to give the StreamModeratorDelegate
a new result.
Default is decisionChanged
.
-
Pass all moderation results, i.e. for every frame, to the delegate.
Declaration
Swift
case all
-
Only pass moderation results to the delegate when the decision has changed.
Declaration
Swift
case decisionChanged