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 moreimpl Copy for EvidenceModality
Source§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
impl Eq for EvidenceModality
Source§impl Hash for EvidenceModality
impl Hash for EvidenceModality
Source§impl PartialEq for EvidenceModality
impl PartialEq for EvidenceModality
Source§impl Serialize for EvidenceModality
impl Serialize 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
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.