Struct rusoto_rekognition::Geometry[][src]

pub struct Geometry {
    pub bounding_box: Option<BoundingBox>,
    pub polygon: Option<Vec<Point>>,
}

Information about where text detected by is located on an image.

Fields

An axis-aligned coarse representation of the detected text's location on the image.

Within the bounding box, a fine-grained polygon around the detected text.

Trait Implementations

impl Default for Geometry
[src]

Returns the "default value" for a type. Read more

impl Debug for Geometry
[src]

Formats the value using the given formatter. Read more

impl Clone for Geometry
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Geometry
[src]

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 Send for Geometry

impl Sync for Geometry