ImageIndexingOptions

ImageIndexingOptions class

Provides image indexing options for reverse image search.

public class ImageIndexingOptions

Properties

Name Description
EnabledForContainerItemImages { get; set; } Gets or sets a value indicating whether to index images that are items in a container (for example, images in a ZIP archive). The default value is false.
EnabledForEmbeddedImages { get; set; } Gets or sets a value indicating whether to index embedded images (for example, images in a DOCX document). The default value is false.
EnabledForSeparateImages { get; set; } Gets or sets a value indicating whether to index separate image files. The default value is false.

See Also