pub struct GoogleCloudDocumentaiV1DocumentPageLine {
pub detected_languages: Option<Vec<GoogleCloudDocumentaiV1DocumentPageDetectedLanguage>>,
pub layout: Option<GoogleCloudDocumentaiV1DocumentPageLayout>,
pub provenance: Option<GoogleCloudDocumentaiV1DocumentProvenance>,
}Expand description
A collection of tokens that a human would perceive as a line. Does not cross column boundaries, can be horizontal, vertical, etc.
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 Line.
provenance: Option<GoogleCloudDocumentaiV1DocumentProvenance>The history of this annotation.
Trait Implementations§
Source§impl Clone for GoogleCloudDocumentaiV1DocumentPageLine
impl Clone for GoogleCloudDocumentaiV1DocumentPageLine
Source§fn clone(&self) -> GoogleCloudDocumentaiV1DocumentPageLine
fn clone(&self) -> GoogleCloudDocumentaiV1DocumentPageLine
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 GoogleCloudDocumentaiV1DocumentPageLine
impl Default for GoogleCloudDocumentaiV1DocumentPageLine
Source§fn default() -> GoogleCloudDocumentaiV1DocumentPageLine
fn default() -> GoogleCloudDocumentaiV1DocumentPageLine
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GoogleCloudDocumentaiV1DocumentPageLine
impl<'de> Deserialize<'de> for GoogleCloudDocumentaiV1DocumentPageLine
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 GoogleCloudDocumentaiV1DocumentPageLine
Auto Trait Implementations§
impl Freeze for GoogleCloudDocumentaiV1DocumentPageLine
impl RefUnwindSafe for GoogleCloudDocumentaiV1DocumentPageLine
impl Send for GoogleCloudDocumentaiV1DocumentPageLine
impl Sync for GoogleCloudDocumentaiV1DocumentPageLine
impl Unpin for GoogleCloudDocumentaiV1DocumentPageLine
impl UnwindSafe for GoogleCloudDocumentaiV1DocumentPageLine
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