Table of Contents

Property AllowedValues

Namespace
LMKit.Extraction
Assembly
LM-Kit.NET.dll

AllowedValues

Gets or sets a list of acceptable values for text extraction.

public List<string> AllowedValues { get; set; }

Property Value

List<string>

Remarks

Only applicable when ElementType is String or StringArray.

In JSON: use the "enum" keyword (or a custom "allowedValues" key) to specify these.