Type Alias ImageContent

Source
pub type ImageContent = Annotated<RawImageContent>;

Aliased Type§

pub struct ImageContent {
    pub raw: RawImageContent,
    pub annotations: Option<Annotations>,
}

Fields§

§raw: RawImageContent§annotations: Option<Annotations>