Enum diffbot::API [] [src]

pub enum API {
    Analyze,
    Article,
    Product,
    Discussion,
    Image,
    Video,
    Custom(String),
}

One of the possible diffbot API.

See the diffbot documentation.

Variants

The analyze API automatically detects the page type.

The article API for news article.

The product API for products in online shops.

The discussion API for forums.

The image API for image-central pages.

The video API for video pages (youtube, ...).

Custom-built API with a specific name