#[non_exhaustive]pub struct DetectModerationLabelsOutput { /* private fields */ }Implementations
sourceimpl DetectModerationLabelsOutput
impl DetectModerationLabelsOutput
sourcepub fn moderation_labels(&self) -> Option<&[ModerationLabel]>
pub fn moderation_labels(&self) -> Option<&[ModerationLabel]>
Array of detected Moderation labels and the time, in milliseconds from the start of the video, they were detected.
sourcepub fn moderation_model_version(&self) -> Option<&str>
pub fn moderation_model_version(&self) -> Option<&str>
Version number of the moderation detection model that was used to detect unsafe content.
sourcepub fn human_loop_activation_output(&self) -> Option<&HumanLoopActivationOutput>
pub fn human_loop_activation_output(&self) -> Option<&HumanLoopActivationOutput>
Shows the results of the human in the loop evaluation.
sourceimpl DetectModerationLabelsOutput
impl DetectModerationLabelsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DetectModerationLabelsOutput.
Trait Implementations
sourceimpl Clone for DetectModerationLabelsOutput
impl Clone for DetectModerationLabelsOutput
sourcefn clone(&self) -> DetectModerationLabelsOutput
fn clone(&self) -> DetectModerationLabelsOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for DetectModerationLabelsOutput
impl Debug for DetectModerationLabelsOutput
sourceimpl PartialEq<DetectModerationLabelsOutput> for DetectModerationLabelsOutput
impl PartialEq<DetectModerationLabelsOutput> for DetectModerationLabelsOutput
sourcefn eq(&self, other: &DetectModerationLabelsOutput) -> bool
fn eq(&self, other: &DetectModerationLabelsOutput) -> bool
impl StructuralPartialEq for DetectModerationLabelsOutput
Auto Trait Implementations
impl RefUnwindSafe for DetectModerationLabelsOutput
impl Send for DetectModerationLabelsOutput
impl Sync for DetectModerationLabelsOutput
impl Unpin for DetectModerationLabelsOutput
impl UnwindSafe for DetectModerationLabelsOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more