pub struct GoogleCloudDocumentaiV1DocumentPageSymbol {
pub detected_languages: Option<Vec<GoogleCloudDocumentaiV1DocumentPageDetectedLanguage>>,
pub layout: Option<GoogleCloudDocumentaiV1DocumentPageLayout>,
}Expand description
A detected symbol.
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 Symbol.
Trait Implementations§
Source§impl Clone for GoogleCloudDocumentaiV1DocumentPageSymbol
impl Clone for GoogleCloudDocumentaiV1DocumentPageSymbol
Source§fn clone(&self) -> GoogleCloudDocumentaiV1DocumentPageSymbol
fn clone(&self) -> GoogleCloudDocumentaiV1DocumentPageSymbol
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 GoogleCloudDocumentaiV1DocumentPageSymbol
impl Default for GoogleCloudDocumentaiV1DocumentPageSymbol
Source§fn default() -> GoogleCloudDocumentaiV1DocumentPageSymbol
fn default() -> GoogleCloudDocumentaiV1DocumentPageSymbol
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GoogleCloudDocumentaiV1DocumentPageSymbol
impl<'de> Deserialize<'de> for GoogleCloudDocumentaiV1DocumentPageSymbol
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 GoogleCloudDocumentaiV1DocumentPageSymbol
Auto Trait Implementations§
impl Freeze for GoogleCloudDocumentaiV1DocumentPageSymbol
impl RefUnwindSafe for GoogleCloudDocumentaiV1DocumentPageSymbol
impl Send for GoogleCloudDocumentaiV1DocumentPageSymbol
impl Sync for GoogleCloudDocumentaiV1DocumentPageSymbol
impl Unpin for GoogleCloudDocumentaiV1DocumentPageSymbol
impl UnwindSafe for GoogleCloudDocumentaiV1DocumentPageSymbol
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