pub struct MultimodalExtractionRequest {
pub source_scope: String,
pub parent_evidence_id: String,
pub derived_evidence: Vec<IngestEvidence>,
}Expand description
Maintenance-worker output for derived OCR, caption, table, layout, or image embeddings.
Fields§
§source_scope: String§parent_evidence_id: String§derived_evidence: Vec<IngestEvidence>Trait Implementations§
Source§impl Clone for MultimodalExtractionRequest
impl Clone for MultimodalExtractionRequest
Source§fn clone(&self) -> MultimodalExtractionRequest
fn clone(&self) -> MultimodalExtractionRequest
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for MultimodalExtractionRequest
impl Debug for MultimodalExtractionRequest
Source§impl<'de> Deserialize<'de> for MultimodalExtractionRequest
impl<'de> Deserialize<'de> for MultimodalExtractionRequest
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 Eq for MultimodalExtractionRequest
Source§impl PartialEq for MultimodalExtractionRequest
impl PartialEq for MultimodalExtractionRequest
Source§fn eq(&self, other: &MultimodalExtractionRequest) -> bool
fn eq(&self, other: &MultimodalExtractionRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for MultimodalExtractionRequest
Auto Trait Implementations§
impl Freeze for MultimodalExtractionRequest
impl RefUnwindSafe for MultimodalExtractionRequest
impl Send for MultimodalExtractionRequest
impl Sync for MultimodalExtractionRequest
impl Unpin for MultimodalExtractionRequest
impl UnsafeUnpin for MultimodalExtractionRequest
impl UnwindSafe for MultimodalExtractionRequest
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.