VisionFeatures

public enum VisionFeatures

Vision processing features that can be enabled or disabled.

Entries

Link copied to clipboard

No features enabled.

Link copied to clipboard

Mathematical equation detection and recognition.

Link copied to clipboard

Table structure detection and extraction.

Link copied to clipboard

Key-value region detection for form-like content.

Link copied to clipboard

Image classification for figures and diagrams.

Link copied to clipboard

Image classification for figures and diagrams.

Link copied to clipboard

All vision features enabled.

Functions

Link copied to clipboard
public static VisionFeatures valueOf(String name)

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard
public static Array<VisionFeatures> values()

Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.