#[non_exhaustive]pub struct DetectProtectiveEquipmentInput { /* private fields */ }Implementations
sourceimpl DetectProtectiveEquipmentInput
impl DetectProtectiveEquipmentInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DetectProtectiveEquipment, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DetectProtectiveEquipment, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DetectProtectiveEquipment>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DetectProtectiveEquipmentInput.
sourceimpl DetectProtectiveEquipmentInput
impl DetectProtectiveEquipmentInput
sourcepub fn image(&self) -> Option<&Image>
pub fn image(&self) -> Option<&Image>
The image in which you want to detect PPE on detected persons. The image can be passed as image bytes or you can reference an image stored in an Amazon S3 bucket.
sourcepub fn summarization_attributes(
&self
) -> Option<&ProtectiveEquipmentSummarizationAttributes>
pub fn summarization_attributes(
&self
) -> Option<&ProtectiveEquipmentSummarizationAttributes>
An array of PPE types that you want to summarize.
Trait Implementations
sourceimpl Clone for DetectProtectiveEquipmentInput
impl Clone for DetectProtectiveEquipmentInput
sourcefn clone(&self) -> DetectProtectiveEquipmentInput
fn clone(&self) -> DetectProtectiveEquipmentInput
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 PartialEq<DetectProtectiveEquipmentInput> for DetectProtectiveEquipmentInput
impl PartialEq<DetectProtectiveEquipmentInput> for DetectProtectiveEquipmentInput
sourcefn eq(&self, other: &DetectProtectiveEquipmentInput) -> bool
fn eq(&self, other: &DetectProtectiveEquipmentInput) -> bool
impl StructuralPartialEq for DetectProtectiveEquipmentInput
Auto Trait Implementations
impl RefUnwindSafe for DetectProtectiveEquipmentInput
impl Send for DetectProtectiveEquipmentInput
impl Sync for DetectProtectiveEquipmentInput
impl Unpin for DetectProtectiveEquipmentInput
impl UnwindSafe for DetectProtectiveEquipmentInput
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