VlmClassificationStrategy

Strategy for how zones are sent to the VLM for classification.

Entries

Link copied to clipboard

Send a single full-page image with bounding box coordinates in the prompt. The VLM performs spatial reasoning to classify each zone by its bbox.

Link copied to clipboard

Crop each zone from the source image and send multiple zone images per VLM call. The VLM classifies each cropped image by its visual content. Supports batching (BatchSize) and parallel execution (MaxConcurrency).

Functions

Link copied to clipboard

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

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.