RecognitionValues

BubbleArrayConfig.RecognitionValues property

Each entry overrides value in the recoginition result for correlating AnswersValues without affecting displayed value. if no value is set - recognition result will be filled with displayed values from the AnswersValues Example: new List(4) {“A”, “B”, “C”, “D”} Example: new List(4) {“Dog”, “Cat”, “Turtle”, “Dragon”}

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

See Also