public static enum BingImageDataset.ImageDataSourceQuery.ImageType extends Enum<BingImageDataset.ImageDataSourceQuery.ImageType>
Enum Constant and Description |
---|
AnimatedGif
Return only animated GIFs
|
Clipart
Return only clip art images
|
Line
Return only line drawings
|
Photo
Return only photographs (excluding line drawings, animated Gifs,
and clip art)
|
Shopping
Return only images that contain items where Bing knows of a
merchant that is selling the items.
|
Modifier and Type | Method and Description |
---|---|
static BingImageDataset.ImageDataSourceQuery.ImageType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BingImageDataset.ImageDataSourceQuery.ImageType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BingImageDataset.ImageDataSourceQuery.ImageType AnimatedGif
public static final BingImageDataset.ImageDataSourceQuery.ImageType Clipart
public static final BingImageDataset.ImageDataSourceQuery.ImageType Line
public static final BingImageDataset.ImageDataSourceQuery.ImageType Photo
public static final BingImageDataset.ImageDataSourceQuery.ImageType Shopping
public static BingImageDataset.ImageDataSourceQuery.ImageType[] values()
for (BingImageDataset.ImageDataSourceQuery.ImageType c : BingImageDataset.ImageDataSourceQuery.ImageType.values()) System.out.println(c);
public static BingImageDataset.ImageDataSourceQuery.ImageType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null