pub enum EvidenceModality {
TextSpan,
ImageAsset,
OcrText,
Caption,
ImageEmbedding,
Table,
LayoutRegion,
}Expand description
Evidence media unit tracked by multimodal ingestion and retrieval.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for EvidenceModality
impl Clone for EvidenceModality
Source§fn clone(&self) -> EvidenceModality
fn clone(&self) -> EvidenceModality
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 EvidenceModality
impl Debug for EvidenceModality
Source§impl<'de> Deserialize<'de> for EvidenceModality
impl<'de> Deserialize<'de> for EvidenceModality
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
Source§impl Hash for EvidenceModality
impl Hash for EvidenceModality
Source§impl PartialEq for EvidenceModality
impl PartialEq for EvidenceModality
Source§fn eq(&self, other: &EvidenceModality) -> bool
fn eq(&self, other: &EvidenceModality) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for EvidenceModality
impl Serialize for EvidenceModality
impl Copy for EvidenceModality
impl Eq for EvidenceModality
impl StructuralPartialEq for EvidenceModality
Auto Trait Implementations§
impl Freeze for EvidenceModality
impl RefUnwindSafe for EvidenceModality
impl Send for EvidenceModality
impl Sync for EvidenceModality
impl Unpin for EvidenceModality
impl UnsafeUnpin for EvidenceModality
impl UnwindSafe for EvidenceModality
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