Struct aws_sdk_comprehend::input::DetectPiiEntitiesInput
source · [−]#[non_exhaustive]pub struct DetectPiiEntitiesInput { /* private fields */ }Implementations
sourceimpl DetectPiiEntitiesInput
impl DetectPiiEntitiesInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DetectPiiEntities, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DetectPiiEntities, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DetectPiiEntities>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DetectPiiEntitiesInput.
sourceimpl DetectPiiEntitiesInput
impl DetectPiiEntitiesInput
sourcepub fn language_code(&self) -> Option<&LanguageCode>
pub fn language_code(&self) -> Option<&LanguageCode>
The language of the input documents. Currently, English is the only valid language.
Trait Implementations
sourceimpl Clone for DetectPiiEntitiesInput
impl Clone for DetectPiiEntitiesInput
sourcefn clone(&self) -> DetectPiiEntitiesInput
fn clone(&self) -> DetectPiiEntitiesInput
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 DetectPiiEntitiesInput
impl Debug for DetectPiiEntitiesInput
sourceimpl PartialEq<DetectPiiEntitiesInput> for DetectPiiEntitiesInput
impl PartialEq<DetectPiiEntitiesInput> for DetectPiiEntitiesInput
sourcefn eq(&self, other: &DetectPiiEntitiesInput) -> bool
fn eq(&self, other: &DetectPiiEntitiesInput) -> bool
impl StructuralPartialEq for DetectPiiEntitiesInput
Auto Trait Implementations
impl RefUnwindSafe for DetectPiiEntitiesInput
impl Send for DetectPiiEntitiesInput
impl Sync for DetectPiiEntitiesInput
impl Unpin for DetectPiiEntitiesInput
impl UnwindSafe for DetectPiiEntitiesInput
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