[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-07-10 UTC."],[],["MLKInk represents user input for handwriting recognition, composed of a list of `Stroke` objects. It contains a read-only property, `strokes`, which is an array of `MLKStroke` instances. Initialization requires using either `init(points:)` or `init(strokes:)`. The method `initWithStrokes:` creates an `Ink` object from a provided array of `MLKStroke` objects. The standard `init` method is unavailable.\n"]]