Struct aws_sdk_comprehend::model::EntityLabel [−][src]
#[non_exhaustive]pub struct EntityLabel {
pub name: Option<PiiEntityType>,
pub score: Option<f32>,
}Expand description
Specifies one of the label or labels that categorize the personally identifiable information (PII) entity being analyzed.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.name: Option<PiiEntityType>The name of the label.
score: Option<f32>The level of confidence that Amazon Comprehend has in the accuracy of the detection.
Implementations
Creates a new builder-style object to manufacture EntityLabel
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for EntityLabel
impl Send for EntityLabel
impl Sync for EntityLabel
impl Unpin for EntityLabel
impl UnwindSafe for EntityLabel
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more