set Candidate Labels
Optional vocabulary of candidate labels the model should prefer when labeling. Provide labels as a newline- or comma-separated list (for example, "First name, Last name, Date of birth"). The model matches a field to one of these when it fits, and proposes a new label otherwise; each field's FormFieldNode.LabelSource records whether the label was "matched" or "invented". Matched labels are normalized to the casing given here. Empty (default) means fully free-form labeling.
Parameters
value
The value to set for the CandidateLabels property.