gander

images

package images

Visibility
  1. Public
  2. All

Type Members

  1. class DefaultImageExtractor extends ImageExtractor

    This image extractor will attempt to find the best image nearest the article.

  2. final case class DepthTraversal(node: Element, parentDepth: Int, siblingDepth: Int) extends Product with Serializable

    Created by Jim Plush User: jim Date: 8/18/11

  3. final case class Image(imageSrc: String, confidenceScore: Double, imageExtractionType: Option[String]) extends Product with Serializable

    Created by Jim Plush User: jim Date: 8/18/11

  4. trait ImageExtractor extends CanLog

  5. case class LocallyStoredImage(imgSrc: String, localFileName: String, linkhash: String, bytes: Long, fileExtension: String = "", height: Int = 0, width: Int = 0) extends Product with Serializable

    Created by Jim Plush User: jim Date: 8/18/11

  6. class SecretGifException extends Exception

    Created by Jim Plush User: jim Date: 8/18/11

Value Members

  1. object ImageExtractor extends Logging

Ungrouped