Struct aws_sdk_textract::model::split_document::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for SplitDocument
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn index(self, input: i32) -> Self
pub fn index(self, input: i32) -> Self
The index for a given document in a DocumentGroup of a specific Type.
sourcepub fn set_index(self, input: Option<i32>) -> Self
pub fn set_index(self, input: Option<i32>) -> Self
The index for a given document in a DocumentGroup of a specific Type.
sourcepub fn pages(self, input: i32) -> Self
pub fn pages(self, input: i32) -> Self
Appends an item to pages
.
To override the contents of this collection use set_pages
.
An array of page numbers for a for a given document, ordered by logical boundary.
sourcepub fn set_pages(self, input: Option<Vec<i32>>) -> Self
pub fn set_pages(self, input: Option<Vec<i32>>) -> Self
An array of page numbers for a for a given document, ordered by logical boundary.
sourcepub fn build(self) -> SplitDocument
pub fn build(self) -> SplitDocument
Consumes the builder and constructs a SplitDocument
.