Enum diffbot::API
[−]
[src]
pub enum API {
Analyze,
Article,
Product,
Discussion,
Image,
Video,
Custom(String),
}One of the possible diffbot API.
Variants
Analyze | The analyze API automatically detects the page type. | |
Article | The article API for news article. | |
Product | The product API for products in online shops. | |
Discussion | The discussion API for forums. | |
Image | The image API for image-central pages. | |
Video | The video API for video pages (youtube, ...). | |
Custom | Custom-built API with a specific name |