pub struct GoogleCloudDocumentaiV1beta2DocumentPageSymbol {
pub detected_languages: Option<Vec<GoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage>>,
pub layout: Option<GoogleCloudDocumentaiV1beta2DocumentPageLayout>,
}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<GoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage>>A list of detected languages together with confidence.
layout: Option<GoogleCloudDocumentaiV1beta2DocumentPageLayout>Layout for Symbol.
Trait Implementations§
Source§impl Clone for GoogleCloudDocumentaiV1beta2DocumentPageSymbol
impl Clone for GoogleCloudDocumentaiV1beta2DocumentPageSymbol
Source§fn clone(&self) -> GoogleCloudDocumentaiV1beta2DocumentPageSymbol
fn clone(&self) -> GoogleCloudDocumentaiV1beta2DocumentPageSymbol
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 GoogleCloudDocumentaiV1beta2DocumentPageSymbol
impl Default for GoogleCloudDocumentaiV1beta2DocumentPageSymbol
Source§fn default() -> GoogleCloudDocumentaiV1beta2DocumentPageSymbol
fn default() -> GoogleCloudDocumentaiV1beta2DocumentPageSymbol
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GoogleCloudDocumentaiV1beta2DocumentPageSymbol
impl<'de> Deserialize<'de> for GoogleCloudDocumentaiV1beta2DocumentPageSymbol
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 GoogleCloudDocumentaiV1beta2DocumentPageSymbol
Auto Trait Implementations§
impl Freeze for GoogleCloudDocumentaiV1beta2DocumentPageSymbol
impl RefUnwindSafe for GoogleCloudDocumentaiV1beta2DocumentPageSymbol
impl Send for GoogleCloudDocumentaiV1beta2DocumentPageSymbol
impl Sync for GoogleCloudDocumentaiV1beta2DocumentPageSymbol
impl Unpin for GoogleCloudDocumentaiV1beta2DocumentPageSymbol
impl UnwindSafe for GoogleCloudDocumentaiV1beta2DocumentPageSymbol
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