SwiftDocCConvertRequestConvertRequest.PositionStructureConvertRequest.PositionRepresents a cursor position in text.struct PositionTopicsInitializersinit(from: any Decoder) throwsinit(line: Int, character: Int)Creates a new cursor position with the given line number and character offset.Instance Propertiesvar character: IntThe zero-based byte offset into a line.var line: IntThe zero-based line number in a document.