pub struct GoogleCloudDocumentaiV1DocumentPageVisualElement {
pub detected_languages: Option<Vec<GoogleCloudDocumentaiV1DocumentPageDetectedLanguage>>,
pub layout: Option<GoogleCloudDocumentaiV1DocumentPageLayout>,
pub type_: Option<String>,
}Expand description
Detected non-text visual elements e.g. checkbox, signature etc. on the page.
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 VisualElement.
type_: Option<String>Type of the VisualElement.
Trait Implementations§
Source§impl Clone for GoogleCloudDocumentaiV1DocumentPageVisualElement
impl Clone for GoogleCloudDocumentaiV1DocumentPageVisualElement
Source§fn clone(&self) -> GoogleCloudDocumentaiV1DocumentPageVisualElement
fn clone(&self) -> GoogleCloudDocumentaiV1DocumentPageVisualElement
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 GoogleCloudDocumentaiV1DocumentPageVisualElement
impl Default for GoogleCloudDocumentaiV1DocumentPageVisualElement
Source§fn default() -> GoogleCloudDocumentaiV1DocumentPageVisualElement
fn default() -> GoogleCloudDocumentaiV1DocumentPageVisualElement
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GoogleCloudDocumentaiV1DocumentPageVisualElement
impl<'de> Deserialize<'de> for GoogleCloudDocumentaiV1DocumentPageVisualElement
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 GoogleCloudDocumentaiV1DocumentPageVisualElement
Auto Trait Implementations§
impl Freeze for GoogleCloudDocumentaiV1DocumentPageVisualElement
impl RefUnwindSafe for GoogleCloudDocumentaiV1DocumentPageVisualElement
impl Send for GoogleCloudDocumentaiV1DocumentPageVisualElement
impl Sync for GoogleCloudDocumentaiV1DocumentPageVisualElement
impl Unpin for GoogleCloudDocumentaiV1DocumentPageVisualElement
impl UnwindSafe for GoogleCloudDocumentaiV1DocumentPageVisualElement
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