Property DefaultImagePayloadPix
DefaultImagePayloadPix
Gets or sets the maximum pixel count for images when generating vision embeddings.
public int DefaultImagePayloadPix { get; set; }
Property Value
- int
The maximum pixel count. The default is 1,048,576 (1024 × 1024).
Remarks
The value is clamped between 0 and 4,194,304 pixels (2048 × 2048) inclusive.
Setting this to zero prevents any image payload from being included in generated partitions. When enabled, the payload consists of the image encoded as PNG and then Base64-encoded.