DetectModerationLabelsResponse class

Constructors

DetectModerationLabelsResponse({HumanLoopActivationOutput? humanLoopActivationOutput, List<ModerationLabel>? moderationLabels, String? moderationModelVersion})
DetectModerationLabelsResponse.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
humanLoopActivationOutput HumanLoopActivationOutput?
Shows the results of the human in the loop evaluation.
final
moderationLabels List<ModerationLabel>?
Array of detected Moderation labels and the time, in milliseconds from the start of the video, they were detected.
final
moderationModelVersion String?
Version number of the moderation detection model that was used to detect unsafe content.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited