pub struct GoogleCloudDocumentaiV1DocumentPageBlock {
pub detected_languages: Option<Vec<GoogleCloudDocumentaiV1DocumentPageDetectedLanguage>>,
pub layout: Option<GoogleCloudDocumentaiV1DocumentPageLayout>,
pub provenance: Option<GoogleCloudDocumentaiV1DocumentProvenance>,
}Expand description
A block has a set of lines (collected into paragraphs) that have a common line-spacing and orientation.
This type is not used in any activity, and only used as part of another schema.
Fields§
§detected_languages: Option<Vec<GoogleCloudDocumentaiV1DocumentPageDetectedLanguage>>A list of detected languages together with confidence.
layout: Option<GoogleCloudDocumentaiV1DocumentPageLayout>Layout for Block.
provenance: Option<GoogleCloudDocumentaiV1DocumentProvenance>The history of this annotation.
Trait Implementations§
Source§impl Clone for GoogleCloudDocumentaiV1DocumentPageBlock
impl Clone for GoogleCloudDocumentaiV1DocumentPageBlock
Source§fn clone(&self) -> GoogleCloudDocumentaiV1DocumentPageBlock
fn clone(&self) -> GoogleCloudDocumentaiV1DocumentPageBlock
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for GoogleCloudDocumentaiV1DocumentPageBlock
impl Default for GoogleCloudDocumentaiV1DocumentPageBlock
Source§fn default() -> GoogleCloudDocumentaiV1DocumentPageBlock
fn default() -> GoogleCloudDocumentaiV1DocumentPageBlock
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GoogleCloudDocumentaiV1DocumentPageBlock
impl<'de> Deserialize<'de> for GoogleCloudDocumentaiV1DocumentPageBlock
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Part for GoogleCloudDocumentaiV1DocumentPageBlock
Auto Trait Implementations§
impl Freeze for GoogleCloudDocumentaiV1DocumentPageBlock
impl RefUnwindSafe for GoogleCloudDocumentaiV1DocumentPageBlock
impl Send for GoogleCloudDocumentaiV1DocumentPageBlock
impl Sync for GoogleCloudDocumentaiV1DocumentPageBlock
impl Unpin for GoogleCloudDocumentaiV1DocumentPageBlock
impl UnwindSafe for GoogleCloudDocumentaiV1DocumentPageBlock
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more