On Caption
Entryentry.onCaptionFires on a finalized caption line. Binds the caption text. Set 'keyword' to fire only when the caption contains that substring (case-insensitive).Triggers on a final caption line; binds text. Optional keyword filter.Outputs
| out | Exec | exec | None |
| text | Data | System.String | multiplexed |
Parameters
| keyword | System.String | no | "" | None |
| cooldownSeconds | System.Int32 | no | 0 | None |
| perUserCooldownSeconds | System.Int32 | no | 0 | None |
| debounceMs | System.Int32 | no | 0 | None |
| dedupeKey | System.String | no | "" | None |
| maxConcurrency | System.Int32 | no | 0 | None |
Lowers to C#
[OnCaption] Handle(ctx, CaptionContext e)