#[non_exhaustive]pub struct RecognizeCelebritiesInput { /* private fields */ }Implementations
sourceimpl RecognizeCelebritiesInput
impl RecognizeCelebritiesInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<RecognizeCelebrities, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<RecognizeCelebrities, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<RecognizeCelebrities>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture RecognizeCelebritiesInput.
sourceimpl RecognizeCelebritiesInput
impl RecognizeCelebritiesInput
sourcepub fn image(&self) -> Option<&Image>
pub fn image(&self) -> Option<&Image>
The input image as base64-encoded bytes or an S3 object. If you use the AWS CLI to call Amazon Rekognition operations, passing base64-encoded image bytes is not supported.
If you are using an AWS SDK to call Amazon Rekognition, you might not need to base64-encode image bytes passed using the Bytes field. For more information, see Images in the Amazon Rekognition developer guide.
Trait Implementations
sourceimpl Clone for RecognizeCelebritiesInput
impl Clone for RecognizeCelebritiesInput
sourcefn clone(&self) -> RecognizeCelebritiesInput
fn clone(&self) -> RecognizeCelebritiesInput
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 RecognizeCelebritiesInput
impl Debug for RecognizeCelebritiesInput
sourceimpl PartialEq<RecognizeCelebritiesInput> for RecognizeCelebritiesInput
impl PartialEq<RecognizeCelebritiesInput> for RecognizeCelebritiesInput
sourcefn eq(&self, other: &RecognizeCelebritiesInput) -> bool
fn eq(&self, other: &RecognizeCelebritiesInput) -> bool
impl StructuralPartialEq for RecognizeCelebritiesInput
Auto Trait Implementations
impl RefUnwindSafe for RecognizeCelebritiesInput
impl Send for RecognizeCelebritiesInput
impl Sync for RecognizeCelebritiesInput
impl Unpin for RecognizeCelebritiesInput
impl UnwindSafe for RecognizeCelebritiesInput
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