onContentInspectResult property
void Function(ContentInspectResult result)?
onContentInspectResult
final
Reports the result of video content moderation. After calling enableContentInspect to enable the video content moderation, and setting the type parameter in ContentInspectConfig tocontentInspectModeration, the SDK triggers the onContentInspectResult callback and reports the result of video content moderation.
result
The results of video content moderation. See ContentInspectResult .
Implementation
final void Function(ContentInspectResult result)? onContentInspectResult;