modules property

  1. @JsonKey(name: 'modules')
List<ContentInspectModule>? modules
final

Functional module. See ContentInspectModule. A maximum of 32 ContentInspectModule instances can be configured, and the value range of MAX_CONTENT_INSPECT_MODULE_COUNT is an integer in 1,32. A function module can only be configured with one instance at most. Currently only the video screenshot and upload function is supported.

Implementation

@JsonKey(name: 'modules')
final List<ContentInspectModule>? modules;